Anchor to BulkMutationUserErrorBulk
objectBulk Mutation User Error
Represents an error that happens during execution of a bulk mutation.
Anchor to FieldsFields
- Anchor to codecode•Bulk
Mutation Error Code The error code.
- Anchor to fieldfield•[String!]
The path to the input field that caused the error.
- Anchor to messagemessage•String!non-null
The error message.
Was this section helpful?
Anchor to MutationsMutations
- •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.
- Anchor to clientIdentifierclient•String
Identifier An optional identifier which may be used for querying.
- Anchor to mutationmutation•String!required
The mutation to be executed in bulk.
- Anchor to stagedUploadPathstaged•String!required
Upload Path The staged upload path of the file containing mutation variables.
Arguments
- Anchor to bulkOperationbulk•Bulk
Operation Operation The newly created bulk operation.
- Anchor to userErrorsuser•[Bulk
Errors Mutation User Error!]!non-null The list of errors that occurred from executing the mutation.
Fields
Was this section helpful?