PlaceSearchConnection: {
    __typename?: "PlaceSearchConnection";
    edges: PlaceSearchEdge[];
    nodes: PlaceSearchNode[];
    pageInfo: PageInfo;
}

Connection of PlaceSearchs

Type declaration

  • Optional __typename?: "PlaceSearchConnection"
  • edges: PlaceSearchEdge[]

    All the edges in this page of the connection

  • nodes: PlaceSearchNode[]

    Shortcut for edges[].node

  • pageInfo: PageInfo

    Details regarding the current page of the connnection

Generated using TypeDoc