INPUT_OBJECT

OrderUpdateMutationInput

Autogenerated input type of OrderUpdateMutation

link GraphQL Schema definition

  • input OrderUpdateMutationInput {
  • # A unique identifier for the client performing the mutation.
  • clientMutationId: String
  • # ID for retrieving the correct cart.
  • orderId: ID!
  • # Current status that the order should be set to.
  • status: OrderStatusEnum!
  • # Updated details for the payment gateway.
  • paymentGatewayDetails: JSON
  • # Attributes updates for the given order.
  • attributes: OrderUpdateInput
  • }