OBJECT

PublishingRole

Any other publishers associated with the work

link GraphQL Schema definition

  • type PublishingRole {
  • # The publisher for this publishing role
  • contact: Contact
  • # The unique Consonance identifier
  • id: Int
  • # A code from [ONIX code list 45](https://ns.editeur.org/onix/en/45),
  • #
  • # ONIX publishing role
  • onixPublishingRole: ONIXCode
  • # The publishing role code
  • onixPublishingRoleCode: ONIXPublishingRoleCode
  • }