# UpdateSingleFieldConfigMutation

**Kind:** Interface

The Mutation emitted when the App modifies the options of a `Field`.

## Properties

### `config`

Type: `FieldTypeConfig`

The new configuration for the Field being modified

### `id`

Type: `FieldId`

The identifier for the Field being modified

### `opts?`

Type: `UpdateFieldOptionsOpts`

Optional options to affect the behavior of the update

### `tableId`

Type: `TableId`

The identifier for the Table in which a Field is being modified

### `type`

Type: `"updateSingleFieldConfig"`

This Mutation's [discriminant property](https://www.typescriptlang.org/docs/handbook/2/narrowing.html)
