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