# CreateMultipleRecordsMutation

**Kind:** Interface

The Mutation emitted when the App creates one or more `Records`.

## Properties

### `records`

Type: `ReadonlyArray<object>`

The records being created

### `tableId`

Type: `TableId`

The identifier for the Table in which Records are being created

### `type`

Type: `"createMultipleRecords"`

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