unsetTrackInAudiobook
Removes a track from an audiobook's reading order but, unlike removeTrackFromAudiobook, it doesnt close any gap after the removal.
unsetTrackInAudiobook(
trackId: ID
): Boolean!
Arguments
unsetTrackInAudiobook.trackId
● ID
scalar
The ID of the track.
Type
Boolean
scalar
The
Boolean
scalar type representstrue
orfalse
.