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!
position: Int!
trackId: ID!
): Boolean!
Arguments
setTrackInAudiobook.audiobookId ● ID! non-null scalar
The ID of the audiobook
setTrackInAudiobook.position ● Int! non-null scalar
The position of the track (zero-indexed).
setTrackInAudiobook.trackId ● ID! non-null scalar
The ID of the track.
Type
Boolean scalar
The
Booleanscalar type representstrueorfalse.