RouteConnection: {
    __typename?: "RouteConnection";
    edges: RouteEdge[];
    nodes: Route[];
    pageInfo: PageInfo;
}

Connection of Routes

Type declaration

  • Optional __typename?: "RouteConnection"
  • edges: RouteEdge[]

    All the edges in this page of the connection

  • nodes: Route[]

    Shortcut for edges[].node

  • pageInfo: PageInfo

    Details regarding the current page of the connnection

Generated using TypeDoc