OBJECT

NavigatorAgendaItemConnection

link GraphQL Schema definition

  • type NavigatorAgendaItemConnection {
  • # Pagination data for this connection.
  • pageInfo: PageInfo!
  • # Contains the nodes in this connection.
  • edges: [NavigatorAgendaItemEdge]!
  • }