OBJECT
Settings
Global application settings
link GraphQL Schema definition
- type Settings {
- # The unique setting ID.
- Int! :
- # The setting's code name.
- String! :
- # The human readable setting name.
- String! :
- # A description of the setting.
- String :
- # The setting's value.
- String! :
- # The setting's field type.
- Int! :
- # True if the setting is not modifyable at all.
- Boolean! :
- # True if the setting is loaded on login.
- Boolean! :
- # True if dashboard users can edit it.
- Boolean! :
- }