OBJECT
An ONIX code list, as maintained by EDItEUR
type ONIXCodeList {# The list of codes in this code listcodes: [ONIXCode!]! # The description of the code listdescription: String! # The issue number of the code list as specified by # [EDItEUR](https://www.editeur.org/)issueNumber: Int! # The number of the code listlistNumber: Int! }