Skip to main content
Anchor to BulkMutationUserError

BulkMutationUserError

object

Represents an error that happens during execution of a bulk mutation.

•BulkMutationErrorCode

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 mutation.

To learn how to bulk import large volumes of data asynchronously, refer to the bulk import data guide.

Arguments

•String

An optional identifier which may be used for querying.

•String!required

The mutation to be executed in bulk.

•String!required

The staged upload path of the file containing mutation variables.


Fields

•BulkOperation

The newly created bulk operation.

•[BulkMutationUserError!]!non-null

The list of errors that occurred from executing the mutation.


Was this section helpful?


Was this section helpful?