The Mutation emitted when the App modifies the description of a Field.
interface UpdateSingleFieldDescriptionMutation
description | string | null The new description for the Field being created |
id | FieldId The identifier for the Field being modified |
tableId | TableId The identifier for the Table in which a Field is being modified |
type | "updateSingleFieldDescription" This Mutation's discriminant property |