The Mutation emitted when the App creates a Field.
interface CreateSingleFieldMutation
config | FieldTypeConfig The configuration for the Field being created |
description | string | null The description for the Field being created |
id | FieldId The identifier for the Field being created |
name | string The name of the Field being created |
tableId | TableId The identifier for the Table in which a Field is being created |
type | "createSingleField" This Mutation's discriminant property |