OBJECT
Interior
Fields that specify one of the interiors on a production run
link GraphQL Schema definition
- type Interior {
- # Whether the stock is certified by the Forestry Stewardship Council or not
- Boolean :
- # The unique Consonance identifier
- Int :
- # The name of the paper stock
- 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!] : [
- # The shorthand code used to describe the colours used on the interior e.g. 4/4 to
- # indicate that four colours, usually CMYK, are printed on both the front and the
- # back of the paper stock; 4/0 to indicate CMYK printed one side.
- String :
- # A free text description of the colours used on the interior e.g. 4/4 with 3mm
- # bleeds
- String :
- # Free text to describe any aspects of the interior without discrete fields. Can
- # be used to provide printer instructions.
- String :
- }