OBJECT

Imprint

link GraphQL Schema definition

  • type Imprint {
  • # The imprint code
  • code: String
  • # The Consonance unique identifier
  • id: Int!
  • # The imprint or brand name
  • name: String!
  • # The publisher, which is a legal entity, of the imprint
  • publisher: Publisher
  • }