Types
MutationError
A type indicating an error has occurred while making a mutation.
object
MutationErrorFields
message
String!
An English technical description of the error. This error is usually meant to be read by a developer and not an end user.
type
The type of error. Can be used to display a user friendly error message.
code
String!
A fixed error code that can be used to handle this error, see https://www.plain.com/docs/graphql/error-codes for a description of each code.
fields
The array of fields that are impacted by this error.

