FieldConfiguration is a datatype for presentation preferences used when a field is added to table and event list widgets in the UI.

This datatype is used by the datatype, Account, which is used by four mutation fields: activateAccount(); acceptTermsAndConditions(); updateProfile(); and resetToFactorySettings(). It's also used by two query fields: viewer and viewerOpt().

Table: FieldConfiguration

ParameterTypeRequiredDefaultStabilityDescription
Some input parameters may be required, as indicated in the Required column. For return values, this indicates that you are assured a value if the field is requested for the results.
Table last updated: Sep 25, 2024
configJSONyes Long-TermA JSON object containing the column properties applied to the column when it is added to a widget. JSON is a scalar.
fieldNamestringyes Long-TermThe field with which the configuration is associated.