BulkAllocateOrdersInput
Autogenerated input type of BulkAllocateOrders
input BulkAllocateOrdersInput {
clientMutationId: String
orderIds: [ID!]!
}
Fields
BulkAllocateOrdersInput.clientMutationId ● String scalar
A unique identifier for the client performing the mutation.
BulkAllocateOrdersInput.orderIds ● [ID!]! non-null scalar
Member Of
bulkAllocateOrders mutation