AddOrderEntryToCurrentPendingOrderPayload
Autogenerated return type of AddOrderEntryToCurrentPendingOrder.
type AddOrderEntryToCurrentPendingOrderPayload {
clientMutationId: String
order_entry: OrderEntry!
}
Fields
AddOrderEntryToCurrentPendingOrderPayload.clientMutationId
● String
scalar
A unique identifier for the client performing the mutation.
AddOrderEntryToCurrentPendingOrderPayload.order_entry
● OrderEntry!
non-null object
Returned By
addOrderEntryToCurrentPendingOrder
mutation