stack

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

AdminTypes.BulkOperationCancelPayload interface

Return type for bulkOperationCancel mutation.

Signature:

export interface BulkOperationCancelPayload 

Properties

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.