OBJECT

Binding

Fields that specify one of the bindings on a production run

link GraphQL Schema definition

  • type Binding {
  • # A free text field if a verbose set of instructions for the printer is required
  • bindingInstructions: String
  • # e.g. rounded and backed
  • caseSpineStyle: String
  • # A free text field if a verbose description is required
  • description: String
  • # Free text to describe the design and printer instructions for the endpapers
  • endpapers: String
  • # The unique Consonance identifier
  • id: Int
  • # e.g. perfect, saddle-stitched, sewn
  • pageBindingMethod: String
  • # The IDs of products on this production run that have this binding
  • productIds: [Int!]
  • # The unique #Consonance identifier for the production run
  • productionRunId: ProductionRun!
  • # The products on this production run that have this binding
  • products: [Product!]
  • # e.g. knife cut, shear cut, cut on three edges
  • trimmingMethod: String
  • # The width of the grey board, if this binding is case bound, in millimetres"
  • widthOfBoard: Int
  • }