Enumeration MutationFieldErrorType

An enum specific to each field, explaining why validation failed.

Enumeration Members

Enumeration Members

NotFound: "NOT_FOUND"

The input field referenced an entity that wasn't found.

Required: "REQUIRED"

The field is required to be provided. String inputs may be trimmed and checked for emptiness.

Validation: "VALIDATION"

The field was provided, but didn't pass the requirements of the field. See message for details on why.

Generated using TypeDoc