OBJECT

AncillaryContent

Illustration and other content types

link GraphQL Schema definition

  • type AncillaryContent {
  • # The code of the type of ancillary content from the ONIX code list
  • ancillaryContentCode: ONIXAncillaryContentTypeCode!
  • # The type of ancillary content from the ONIX code list
  • ancillaryContentType: ONIXCode!
  • # Whether this ancillary content is applicable to this object
  • assigned: Boolean!
  • # A description of the type of illustration or other content, when the code is
  • # insufficiently informative
  • description: String
  • # The Consonance unique identifier
  • id: Int
  • # The number of this type of illustration or other content
  • number: Int
  • }