Skip to main content

AudiobookMetadata

The metadata associated to an audiobook.

type AudiobookMetadata {
author: [Person]
cover: Resource
description: String
duration: Int
isbn: ID!
language: LanguageCode
publishedAt: DateTime
publisher: String!
readBy: [Person]
summary: String
title: String!
}

Fields

AudiobookMetadata.author ● [Person] list object

Author(s)

AudiobookMetadata.cover ● Resource object

The cover of the publication.

AudiobookMetadata.description ● String scalar

A longer description of the content of the publication.

AudiobookMetadata.duration ● Int scalar

Total duration of the audiobook (ms). Null if not known. NOTE: this is different from the sum of the durations of the tracks, i.e. if they have not yet all been added.

AudiobookMetadata.isbn ● ID! non-null scalar

ISBN of the audiobook.

AudiobookMetadata.language ● LanguageCode scalar

Language

AudiobookMetadata.publishedAt ● DateTime scalar

At what moment was the publication originally release to the public. If null, the publication date is unknown.

AudiobookMetadata.publisher ● String! non-null scalar

Publisher

AudiobookMetadata.readBy ● [Person] list object

Narrator

AudiobookMetadata.summary ● String scalar

A short summary of the content of the publication.

AudiobookMetadata.title ● String! non-null scalar

The title of the audiobook.

Member of

Audiobook object