ENUM

CustomSQLTableOrderField

Enum for fields that can be used for sorting

link GraphQL Schema definition

  • enum CustomSQLTableOrderField {
  • # Sort by columns count
  • COLUMNS_COUNT
  • # Sort by downstreamDashboards count
  • DOWNSTREAM_DASHBOARDS_COUNT
  • # Sort by downstreamDatasources count
  • DOWNSTREAM_DATASOURCES_COUNT
  • # Sort by downstreamWorkbooks count
  • DOWNSTREAM_WORKBOOKS_COUNT
  • # Sort by id
  • ID
  • # Sort by isUnsupportedCustomSql
  • IS_UNSUPPORTED_CUSTOM_SQL
  • # Sort by name
  • NAME
  • }