Type alias HistoricalMarketsConnection

HistoricalMarketsConnection: {
    __typename?: "HistoricalMarketsConnection";
    edges: HistoricalMarketEdge[];
    pageInfo: PageInfo;
    totalCount: Scalars["Int"];
}

Type declaration

Generated using TypeDoc