OBJECT

UserInterfaceTableSetting

User interface setting record

link GraphQL Schema definition

  • type UserInterfaceTableSetting {
  • # Application of the interface setting
  • applicationView: String
  • # When the user interface setting was created
  • createdAt: ISO8601DateTime!
  • # ID of user interface setting
  • id: ID!
  • # Settings for this application view
  • settings: JSON
  • # When the user interface setting was last updated
  • updatedAt: ISO8601DateTime!
  • # User ID for the interface setting
  • userId: ID
  • }