Type alias HistoricalPoolsConnection

HistoricalPoolsConnection: {
    __typename?: "HistoricalPoolsConnection";
    edges: HistoricalPoolEdge[];
    pageInfo: PageInfo;
    totalCount: Scalars["Int"];
}

Type declaration

Generated using TypeDoc