ItineraryItemConnection: {
    __typename?: "ItineraryItemConnection";
    edges: ItineraryItemEdge[];
    nodes: ItineraryItem[];
    pageInfo: PageInfo;
    totalCount: Scalars["Int"];
}

Connection of ItineraryItems

Type declaration

  • Optional __typename?: "ItineraryItemConnection"
  • edges: ItineraryItemEdge[]

    All the edges in this page of the connection

  • nodes: ItineraryItem[]

    Shortcut for edges[].node

  • pageInfo: PageInfo

    Details regarding the current page of the connnection

  • totalCount: Scalars["Int"]

    The total number of items in the connection (in all pages)

Generated using TypeDoc