AllocateOrderInput
Autogenerated input type of AllocateOrder
input AllocateOrderInput {
clientMutationId: String
orderId: ID!
}
Fields
AllocateOrderInput.clientMutationId
● String
scalar
A unique identifier for the client performing the mutation.
AllocateOrderInput.orderId
● ID!
non-null scalar
Member Of
allocateOrder
mutation