INPUT_OBJECT
OrderUpdateMutationInput
Autogenerated input type of OrderUpdateMutation
link GraphQL Schema definition
- input OrderUpdateMutationInput {
- # A unique identifier for the client performing the mutation.
- String :
- # ID for retrieving the correct cart.
- ID! :
- # Current status that the order should be set to.
- OrderStatusEnum! :
- # Updated details for the payment gateway.
- JSON :
- # Attributes updates for the given order.
- OrderUpdateInput :
- }