Home > @infiniteobjects/shopify-data-manager > AdminTypes > BulkOperationCancelPayload
Return type for bulkOperationCancel
mutation.
Signature:
export interface BulkOperationCancelPayload
Property | Modifiers | Type | Description |
---|---|---|---|
bulkOperation? | Maybe<BulkOperation> | (Optional) The bulk operation to be canceled. | |
userErrors | Array<UserError> | The list of errors that occurred from executing the mutation. |