INTERFACE

DashboardViewInterface

link GraphQL Schema definition

  • interface DashboardViewInterface {
  • # Identifiers of the fields shown as columns when a dashboard graph value is
  • # drilled down into.
  • drilldownFields: [ID!]!
  • }