OBJECT

UserPreference

link GraphQL Schema definition

  • type UserPreference {
  • # The number of records shown in a paginated table at once.
  • table_paginator_size: Int64Bit
  • # Whether or not the navigation bar on the side is loaded in an expanded state.
  • navigation_expanded: Boolean
  • # Saved settings for the web application. This field is meant to be user
  • # configurable.
  • ui_preferences: Text
  • }

link Require by