OBJECT
Contribution
A contribution to a work by a contact, ordered by sequence number and describing the nature of the contribution e.g. "Foreword by"
link GraphQL Schema definition
- type Contribution {
- # The person or organisation making the contribution
- Contact! :
- # The unique Consonance identifier
- Int :
- # The language or languages the contributor translated this work from
- ONIXCode!] : [
- # The codes of the language or languages the contributor translated this work from
- ONIXLanguageCode!] : [
- # The language or languages the contributor translated this work to
- ONIXCode!] : [
- # The codes of the language or languages the contributor translated this work to
- ONIXLanguageCode!] : [
- # An ONIX contribution role
- ONIXCode! :
- # The contribution role e.g. "Illustrated by"
- ONIXContributorRoleCode! :
- # A code from [ONIX code list 91](https://ns.editeur.org/onix/en/91) Country,
- # or [ONIX code list 49](https://ns.editeur.org/onix/en/49) Region, representing
- # the related place
- ONIXCode!] : [
- # The country or region code for the related place
- ONIXTerritoryCode!] : [
- # The IDs of products linked to this contribution
- Int!]! : [
- # A number which specifies the sequence of contributions on the work
- Int! :
- # The work to which the contribution is made
- Work! :
- # The unique ID of the work to which the contribution is made
- Int! :
- }
link Require by
- ContactA contact - either a person or an organisation
- CreateContributionPayloadAutogenerated return type of CreateContribution.
- DeleteContributionPayloadAutogenerated return type of DeleteContribution.
- ElectronicAudioProductAn audio book product in electronic form, such as one delivered via MP3 or streamed online
- ElectronicBookProductA textual or graphical book product in electronic form, such as one delivered via PDF or EPUB file formats, or viewable online as HTML
- ElectronicProductA product in electronic form, rather than physical form, such as a downloadable resource. Digital products carried on a physical medium, such as CD-ROMs, are a physical type, not an electronic type.
- GenericProductA generic product, used for products not classified in more detail
- OrganisationAn organisation
- PersonA person
- PhysicalAudioProductA physical product with audio content e.g. an audio CD
- PhysicalBookProductA physical book with graphical or textual content. e.g. a paperback
- PhysicalProductA physical product, which may carry content in either physical or digital form
- ProductAn individually traded item. Consonance supports a wide range of product types e.g. hardback book, CD audio book, poster.
- UpdateContributionPayloadAutogenerated return type of UpdateContribution.
- WorkA unique item of intellectual property on which products are based