MutationErrorType
An enum for why the mutation failed overall.
enum MutationErrorType {
VALIDATION
FORBIDDEN
INTERNAL
}
Values
MutationErrorType.VALIDATION
Input validation failed, see the
fields
for details on why the input was invalid.
MutationErrorType.FORBIDDEN
The user is not authorized to do this mutation. See
message
for details on which permissions are missing.
MutationErrorType.INTERNAL
An unknown internal server error occurred. Retry the mutation and if it persists, please email help@plain.com
Member of
MutationError
object