Skip to main content

OrdersChangeInput

Autogenerated input type of OrdersChange

input OrdersChangeInput {
clientMutationId: String
orderIds: [ID!]!
orderType: OrderTypeEnum!
}

Fields

OrdersChangeInput.clientMutationId ● String scalar common

A unique identifier for the client performing the mutation.

OrdersChangeInput.orderIds ● [ID!]! non-null scalar common

OrdersChangeInput.orderType ● OrderTypeEnum! non-null enum orders

Member Of

ordersChangeType mutation