OBJECT

Publisher

link GraphQL Schema definition

  • type Publisher {
  • # The Consonance unique identifier
  • id: Int!
  • # The imprints, or brands, of the work
  • imprints: [Imprint!]!
  • # The name of the legal entity responsible for publishing the work.
  • name: String!
  • }