Home > @infiniteobjects/shopify-data-manager > AdminTypes > DraftOrderBulkDeletePayload
Return type for draftOrderBulkDelete mutation.
Signature:
export interface DraftOrderBulkDeletePayload
| Property | Modifiers | Type | Description |
|---|---|---|---|
| job? | Maybe<Job> | (Optional) The asynchronous job for deleting the draft orders. | |
| userErrors | Array<UserError> | The list of errors that occurred from executing the mutation. |