OBJECT
NavigatorAgendaItemEdge
A Relay edge containing a NavigatorAgendaItem and its cursor.
link GraphQL Schema definition
- type NavigatorAgendaItemEdge {
- # The item at the end of the edge
- : NavigatorAgendaItemInterface
- # A cursor for use in pagination
- : String!
- }