Home > @infiniteobjects/shopify-data-manager > AdminTypes > DraftOrderDuplicatePayload
Return type for draftOrderDuplicate mutation.
Signature:
export interface DraftOrderDuplicatePayload
| Property | Modifiers | Type | Description |
|---|---|---|---|
| draftOrder? | Maybe<DraftOrder> | (Optional) The newly duplicated draft order. | |
| userErrors | Array<UserError> | The list of errors that occurred from executing the mutation. |