UpdateOrderItemInput
Autogenerated input type of UpdateOrderItem
input UpdateOrderItemInput {
clientMutationId: String
id: ID!
price: Decimal
quantity: Int
}
Fields
UpdateOrderItemInput.clientMutationId ● String scalar
A unique identifier for the client performing the mutation.
UpdateOrderItemInput.id ● ID! non-null scalar
ID of the order item to update
UpdateOrderItemInput.price ● Decimal scalar
New price of the order item
UpdateOrderItemInput.quantity ● Int scalar
New quantity of the order item
Member Of
updateOrderItem mutation