OBJECT

ONIXCode

A value from an ONIX code list, as maintained by EDItEUR

link GraphQL Schema definition

  • type ONIXCode {
  • # The ONIX code
  • code: String
  • # The ONIX code list that the code belongs to
  • codeList: ONIXCodeList!
  • # The ONIX code's description
  • description: String
  • # The ONIX code's deprecation status as specified by
  • # [EDItEUR](https://www.editeur.org/)
  • isDeprecated: Boolean
  • # Notes on the meaning and use of the code, as defined by
  • # [EDItEUR](https://www.editeur.org/)
  • notes: String
  • # A string representation of the ONIX code enum value
  • value: String
  • }

link Require by