CantookAudioRepresentation
No description
type CantookAudioRepresentation implements FileRepresentation {
id: ID!
created: DateTime!
updated: DateTime!
archivedAt: DateTime
bookId: UUID!
}
Fields
CantookAudioRepresentation.id
● ID!
non-null scalar
The ID of the representation, as a URI.
CantookAudioRepresentation.created
● DateTime!
non-null scalar
The date and time at which the representation was created.
CantookAudioRepresentation.updated
● DateTime!
non-null scalar
The date and time at which the representation was updated.
CantookAudioRepresentation.archivedAt
● DateTime
scalar
The date and time at which the file's representation was archived.
CantookAudioRepresentation.bookId
● UUID!
non-null scalar
The Book ID given by the Cantook Audio Manager.