ApproveSupplyOrdersInput
Autogenerated input type of ApproveSupplyOrders
input ApproveSupplyOrdersInput {
clientMutationId: String
orderIds: [ID!]!
}
Fields
ApproveSupplyOrdersInput.clientMutationId ● String scalar common
A unique identifier for the client performing the mutation.
ApproveSupplyOrdersInput.orderIds ● [ID!]! non-null scalar common
ID of the supply order to approve
Member Of
supplyApproveOrders mutation