Skip to main content
Anchor to BulkOperationUserError

BulkOperationUserError

object

Represents an error in the input of a mutation.

•BulkOperationUserErrorCode

The error code.

•[String!]

The path to the input field that caused the error.

•String!non-null

The error message.


Was this section helpful?

•mutation

Creates and runs a bulk operation query.

See the bulk operations guide for more details.

Arguments

•String!required

The query to be executed in bulk.


Fields

•BulkOperation

The newly created bulk operation.

•[BulkOperationUserError!]!non-null

The list of errors that occurred from executing the mutation.


Was this section helpful?


Was this section helpful?