V2ResetOrderInput
Autogenerated input type of V2ResetOrder
input V2ResetOrderInput {
clientMutationId: String
orderId: ID!
}
Fields
V2ResetOrderInput.clientMutationId ● String scalar common
A unique identifier for the client performing the mutation.
V2ResetOrderInput.orderId ● ID! non-null scalar common
The ID of the order to reset.
Member Of
resetOrderV2 mutation