INPUT_OBJECT
BasketDeliveryDetails
Mutation: addbasketshippinginfo, returns Basket uses input type BasketShippingInfo to pass in all the shipping information the basket needs for placing an order
link GraphQL Schema definition
- input BasketDeliveryDetails {
- # Order / PO reference
- : String
- # Delivery contact information
- : DeliveryContactDetails
- : AddressInput
- }