Extensions

Press shift + S to search API reference.

Interface

CreateSingleTableMutation

View source

The Mutation emitted when the App creates a Table

interface CreateSingleTableMutation
fieldsReadonlyArray<{
config: FieldTypeConfig;
description: string | null;
name: string;
}>

The Fields that are being created within the new Table

idTableId

The identifier for the Table being created

namestring

The name of the Table being created

type"createSingleTable"

This Mutation's discriminant property