setTrackInAudiobook
Sets the track at a given position in the reading order of audiobook. If there is already a track in that position, the method will remove it from the audiobook first.
setTrackInAudiobook(
audiobookId: ID!
trackId: ID!
position: Int!
): Boolean!
Arguments
setTrackInAudiobook.audiobookId
● ID!
non-null scalar
The ID of the audiobook
setTrackInAudiobook.trackId
● ID!
non-null scalar
The ID of the track.
setTrackInAudiobook.position
● Int!
non-null scalar
The position of the track (zero-indexed).
Type
Boolean
scalar
The
Boolean
scalar type representstrue
orfalse
.