The Mutation emitted when the App modifies the name of a Field.
interface UpdateSingleFieldNameMutation
id | FieldId The identifier for the Field being modified |
name | string The new name for the Field being updated |
tableId | TableId The identifier for the Table in which a Field is being modified |
type | "updateSingleFieldName" This Mutation's discriminant property |