stack

Home > @infiniteobjects/shopify-data-manager > AdminTypes > DraftOrderUpdatePayload

AdminTypes.DraftOrderUpdatePayload interface

Return type for draftOrderUpdate mutation.

Signature:

export interface DraftOrderUpdatePayload 

Properties

Property Modifiers Type Description
draftOrder?   Maybe<DraftOrder> (Optional) The updated draft order.
userErrors   Array<UserError> The list of errors that occurred from executing the mutation.