INPUT_OBJECT

UpdateAncillaryContentInput

Illustration and other content types

link GraphQL Schema definition

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