MutationError
Type: Object
An error generated by a failed mutation
Fields
| Name | Type | Args | Description | Deprecated |
|---|---|---|---|---|
| code | String | An error code for the given error | ||
| fields | [String!] | The field or fields that produced the error | ||
| message | String | The human readable error message | ||
| shortMessage | String | A shorter error message, with vars not replaced | ||
| vars | Json | Replacements for the short message |