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