INPUT_OBJECT

ShippedItemInput

link GraphQL Schema definition

  • input ShippedItemInput {
  • quantity: Int!
  • # LineItem which has had the quantity of items shipped
  • lineItemId: ID!
  • }