# UpdateSingleFieldNameMutation

**Kind:** Interface

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

## Properties

### `id`

Type: `FieldId`

The identifier for the Field being modified

### `name`

Type: `string`

The new name for the Field being updated

### `tableId`

Type: `TableId`

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

### `type`

Type: `"updateSingleFieldName"`

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