INPUT_OBJECT

ProductList

Mutation: placeorder, returns Order uses input type ProductList and BasketDeliveryDetails to pass in all the shipping information the basket needs for placing an order

link GraphQL Schema definition

  • input ProductList {
  • productCode: String
  • quantity: Int
  • }