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
- : String
- # e.g. rounded and backed
- : String
- # A free text field if a verbose description is required
- : String
- # Free text to describe the design and printer instructions for the endpapers
- : String
- # The unique Consonance identifier
- : Int
- # e.g. perfect, saddle-stitched, sewn
- : String
- # The IDs of products on this production run that have this binding
- : [Int!]
- # The unique #Consonance identifier for the production run
- : ProductionRun!
- # The products on this production run that have this binding
- : [Product!]
- # e.g. knife cut, shear cut, cut on three edges
- : String
- # The width of the grey board, if this binding is case bound, in millimetres"
- : Int
- }