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