OBJECT
ProductionRun
A production run, which is usually a print run of physical books but may be the creation of physical or digital audio or electronic books. Not part of the ONIX standard.
link GraphQL Schema definition
- type ProductionRun {
- # The IDs of bindings linked to this production run
- : [Binding!]!
- # The IDs of covers linked to this production run
- : [Cover!]!
- # The date the printer has been asked to deliver the stock
- : ISO8601Date
- # The IDs of embellishments linked to this production run
- : [Embellishment!]!
- # The IDs of finishes linked to this production run
- : [Finish!]!
- # The unique Consonance identifier
- : Int
- # The IDs of interiors linked to this production run
- : [Interior!]!
- # An optional name for the production run to disambiguate it from others, such as
- # reprints
- : String
- # The IDs of products linked to this production run
- : [Int!]!
- # The IDs of quantity records linked to this production run
- : [Quantity!]!
- # The work object
- : Work!
- # The unique #Consonance identifier for the work
- : Work! @deprecated( reason: "Use `work` instead. This will be redefined in future to return an integer
" )
- }
link Require by
- BindingFields that specify one of the bindings on a production run
- CoverFields that specify one of the covers on a production run
- EmbellishmentFields that specify one of the embellishments on a production run
- FinishFields that specify one of the finishes on a production run
- InteriorFields that specify one of the interiors on a production run
- QuantityFields that specify one of the quantity records on a production run
- WorkA unique item of intellectual property on which products are based