OBJECT

InHouseEdition

An in-house edition, used to assign a meaningful name to the edition of the product e.g. "Enhanced ebook"

link GraphQL Schema definition

  • type InHouseEdition {
  • # The code assigned to the in-house edition
  • code: String
  • # The record's unique Consonance identifier
  • id: Int!
  • # The list of in-house formats associated with the in-house edition
  • inHouseFormats: [InHouseFormat!]!
  • # The name assigned to the in-house edition
  • name: String!
  • # The number of products this in-house edition has been assigned to
  • productsCount: Int!
  • }