OBJECT

DashboardEdge

link GraphQL Schema definition

  • type DashboardEdge implements ConnectionEdge {
  • # Cursor is an opaque string, you can use it to request subsequent or preceding
  • # items in the list
  • cursor: String!
  • # dashboard node
  • node: Dashboard!
  • }