Skip to main content

ReadingOrder

The contents of the audiobook, in order.

type ReadingOrder {
tracks: [Track!]!
}

Fields

ReadingOrder.tracks ● [Track!]! non-null object

An ordered list containing the tracks of an audiobook.

Member of

Audiobook object