AddOrderEntryToCurrentPendingOrderInput
Autogenerated input type of AddOrderEntryToCurrentPendingOrder
input AddOrderEntryToCurrentPendingOrderInput {
clientMutationId: String
order_entry: OrderEntryInput!
pay_what_you_want_amount: MoneyInput
}
Fields
AddOrderEntryToCurrentPendingOrderInput.clientMutationId
● String
scalar
A unique identifier for the client performing the mutation.
AddOrderEntryToCurrentPendingOrderInput.order_entry
● OrderEntryInput!
non-null input
AddOrderEntryToCurrentPendingOrderInput.pay_what_you_want_amount
● MoneyInput
input
Member Of
addOrderEntryToCurrentPendingOrder
mutation