RemoveOrderItemInput
Autogenerated input type of RemoveOrderItem
input RemoveOrderItemInput {
clientMutationId: String
id: ID!
}
Fields
RemoveOrderItemInput.clientMutationId
● String
scalar
A unique identifier for the client performing the mutation.
RemoveOrderItemInput.id
● ID!
non-null scalar
ID of the order item to remove
Member Of
removeOrderItem
mutation