OBJECT
Order
The Order object returns all the information required when asking for information on an order
link GraphQL Schema definition
- type Order {
- : String
- : ID
- # See the User type for fields that can be accessed here
- : User
- : String
- : Int
- # The current status of the order
- : String!
- : Price
- : Float
- : Float
- : Price
- : Float
- : Float
- : Price
- : Float
- : Float
- : String
- # A list of each individual line within this order
- : [OrderLine]
- : [Despatch]
- : Address
- : Address
- : String
- : String
- : String
- : String
- : String
- : Boolean
- : Boolean
- }