Types
MutationFieldErrorType
An enum specific to each field, explaining why validation failed.
enum
MutationFieldErrorTypeValues
VALIDATION
The field was provided, but didn't pass the requirements of the field. See message for details on why.
REQUIRED
The field is required to be provided. String inputs may be trimmed and checked for emptiness.
NOT_FOUND
The input field referenced an entity that wasn't found.

