Types
MutationFieldError
A type indicating an error has occurred with a specific field in the input.
object
MutationFieldErrorFields
field
String!
The name of the field for which the error happened.
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.
The type of the error. Can be used to display a user friendly error message.

