OBJECT

DashboardDefaultConnection

DashboardDefault Connection Type

link GraphQL Schema definition

  • type DashboardDefaultConnection implements Connection {
  • # count of dashboard default on this page
  • count: Int!
  • # dashboards instances
  • dashboardDefault: [DashboardDefault!]
  • # default dashboard edge
  • edges: [DashboardDefaultEdge!]
  • # Represents pagination information in Relay about the edges.
  • pageInfo: PageInfo!
  • # Total count of dashboard defaults, may not always be an exact number and hence
  • # consumers should not rely only on this
  • totalCount: Int
  • }