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

