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

•Boolean!
requiredDefault:true

Whether to group objects under their corresponding parent objects in the JSONL output. Grouping is costly, causes bulk operations to take longer to complete, and increases the chances of failures such as timeouts.

•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?