Extensions

Press shift + S to search API reference.

Interface

CreateMultipleRecordsMutation

View source

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

interface CreateMultipleRecordsMutation
recordsReadonlyArray<{
cellValuesByFieldId: ObjectMap<FieldId, unknown>;
id: RecordId;
}>

The records being created

tableIdTableId

The identifier for the Table in which Records are being created

type"createMultipleRecords"

This Mutation's discriminant property