ErrorType
Standardised error response type for mutations
| Name | Type | Description |
|---|---|---|
| message | String! | User facing message describing the error |
| code | ErrorCode! | Error code to allow further front end behaviour depending on error |
| fieldErrors | FieldErrors | Field errors, if present |