# UserError

Object

Represents an error in the input of a mutation.

## Fields

| Name | Type | Description |
| --- | --- | --- |
| `field` | `[String!]` | Path to the input field that caused the error. |
| `message` | `String!` | The error message. |
