OBJECT
Quantity
Fields that specify one of the quantity records on a production run
link GraphQL Schema definition
- type Quantity {
- # Free text, to specify supplier, destination and delivery information
- : String
- # The unique Consonance identifier
- : Int
- # e.g. Advances, Warehouse, Author copies
- : String
- # The product ordered on this production run in this quantity
- : Product
- # The ID of the product ordered
- : Int
- # The unique #Consonance identifier for the production run
- : ProductionRun!
- # The number of copies on the order
- : Int!
- # The number of copies actually received from the order supplier
- : Int
- }