OrdersChangeInput
Autogenerated input type of OrdersChange
input OrdersChangeInput {
clientMutationId: String
orderIds: [ID!]!
orderType: OrderTypeEnum!
}
Fields
OrdersChangeInput.clientMutationId
● String
scalar
A unique identifier for the client performing the mutation.
OrdersChangeInput.orderIds
● [ID!]!
non-null scalar
OrdersChangeInput.orderType
● OrderTypeEnum!
non-null enum
Member Of
ordersChangeType
mutation