DraftOrderUpdate
Result of draft order update mutation.
type DraftOrderUpdate {
order: Order
orderErrors: [OrderError!]!
}
Fields
DraftOrderUpdate.order ● Order object
DraftOrderUpdate result.
DraftOrderUpdate.orderErrors ● [OrderError!]! non-null object
List of errors that occurred executing the mutation.
Returned By
draftOrderUpdate mutation