Anchor to BulkOperationUserErrorBulk
objectBulk Operation User Error
Represents an error in the input of a mutation.
Anchor to FieldsFields
- Anchor to codecode•Bulk
Operation User 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 query.
See the bulk operations guide for more details.
- Anchor to queryquery•String!required
The query to be executed in bulk.
Arguments
- Anchor to bulkOperationbulk•Bulk
Operation Operation The newly created bulk operation.
- Anchor to userErrorsuser•[Bulk
Errors Operation User Error!]!non-null The list of errors that occurred from executing the mutation.
Fields
Was this section helpful?