Skip to main content
Anchor to BulkOperationCancelPayload

BulkOperationCancelPayload

payload

Return type for bulkOperationCancel mutation.

•BulkOperation

The bulk operation to be canceled.

Show fields
•[UserError!]!
non-null

The list of errors that occurred from executing the mutation.

Show fields

Was this section helpful?

Anchor to Mutations with this payloadMutations with this payload

•mutation

Starts the cancelation process of a running bulk operation.

There may be a short delay from when a cancelation starts until the operation is actually canceled.

Show payload

Arguments

•ID!
required

The ID of the bulk operation to cancel.



Was this section helpful?