Skip to main content

addTrackToAudiobook

Add a track at the end of an audiobook's reading order. It expects no gaps between existing tracks, otherwise an error occurs.

addTrackToAudiobook(
audiobookId: ID!
trackId: ID!
): Boolean!

Arguments

addTrackToAudiobook.audiobookId ● ID! non-null scalar

The ID of the audiobook

addTrackToAudiobook.trackId ● ID! non-null scalar

The ID of the track.

Type

Boolean scalar

The Boolean scalar type represents true or false.