The Mutation emitted when the App modifies the options of a Field.
interface UpdateSingleFieldConfigMutation
config | FieldTypeConfig The new configuration for the Field being modified |
id | FieldId The identifier for the Field being modified |
opts | UpdateFieldOptionsOpts Optional options to affect the behavior of the update |
tableId | TableId The identifier for the Table in which a Field is being modified |
type | "updateSingleFieldConfig" This Mutation's discriminant property |