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