OBJECT
UserInterfaceTableSetting
User interface setting record
link GraphQL Schema definition
- type UserInterfaceTableSetting {
- # Application of the interface setting
- String :
- # When the user interface setting was created
- ISO8601DateTime! :
- # ID of user interface setting
- ID! :
- # Settings for this application view
- JSON :
- # When the user interface setting was last updated
- ISO8601DateTime! :
- # User ID for the interface setting
- ID :
- }