ENUM

WebDataConnectorOrderField

Enum for fields that can be used for sorting

link GraphQL Schema definition

  • enum WebDataConnectorOrderField {
  • # Sort by downstreamDatasources count
  • DOWNSTREAM_DATASOURCES_COUNT
  • # Sort by downstreamVirtualConnections count
  • DOWNSTREAM_VIRTUAL_CONNECTIONS_COUNT
  • # Sort by downstreamWorkbooks count
  • DOWNSTREAM_WORKBOOKS_COUNT
  • # Sort by connectionType
  • CONNECTION_TYPE
  • # Sort by hasActiveWarning
  • HAS_ACTIVE_WARNING
  • # Sort by id
  • ID
  • # Sort by isCertified
  • IS_CERTIFIED
  • # Sort by isEmbedded
  • IS_EMBEDDED
  • # Sort by luid
  • LUID
  • # Sort by name
  • NAME
  • # Sort by projectName
  • PROJECT_NAME
  • }