OBJECT

DashboardsConnection

Connection Type for Dashboard

link GraphQL Schema definition

  • type DashboardsConnection {
  • # List of nodes
  • nodes: [Dashboard!]!
  • # Information for pagination
  • pageInfo: PageInfo!
  • # Total number of objects in connection
  • totalCount: Int!
  • }

link Require by