UnshipOrderInput
Autogenerated input type of UnshipOrder
input UnshipOrderInput {
clientMutationId: String
orderId: ID!
}
Fields
UnshipOrderInput.clientMutationId
● String
scalar
A unique identifier for the client performing the mutation.
UnshipOrderInput.orderId
● ID!
non-null scalar
The ID of the order to unship.
Member Of
unshipOrder
mutation