The Mutation emitted when the App creates a Table
interface CreateSingleTableMutation
fields | ReadonlyArray<{ The Fields that are being created within the new Table |
id | TableId The identifier for the Table being created |
name | string The name of the Table being created |
type | "createSingleTable" This Mutation's discriminant property |