OBJECT

ONIXCodeList

An ONIX code list, as maintained by EDItEUR

link GraphQL Schema definition

  • type ONIXCodeList {
  • # The list of codes in this code list
  • codes: [ONIXCode!]!
  • # The description of the code list
  • description: String!
  • # The issue number of the code list as specified by
  • # [EDItEUR](https://www.editeur.org/)
  • issueNumber: Int!
  • # The number of the code list
  • listNumber: Int!
  • }