AddOrderItemInput
Autogenerated input type of AddOrderItem
input AddOrderItemInput {
clientMutationId: String
orderId: ID!
price: Decimal
productId: ID!
quantity: Int!
}
Fields
AddOrderItemInput.clientMutationId ● String scalar
A unique identifier for the client performing the mutation.
AddOrderItemInput.orderId ● ID! non-null scalar
The ID of the order to add the item to
AddOrderItemInput.price ● Decimal scalar
The price of the product to add to the order
AddOrderItemInput.productId ● ID! non-null scalar
The ID of the product to add to the order
AddOrderItemInput.quantity ● Int! non-null scalar
The quantity of the product to add to the order
Member Of
addOrderItem mutation