# CreateSingleTableMutation

**Kind:** Interface

The Mutation emitted when the App creates a `Table`

## Properties

### `fields`

Type: `ReadonlyArray<object>`

The Fields that are being created within the new Table

### `id`

Type: `TableId`

The identifier for the Table being created

### `name`

Type: `string`

The name of the Table being created

### `type`

Type: `"createSingleTable"`

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