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