Type alias MarketsConnection

MarketsConnection: {
    __typename?: "MarketsConnection";
    edges: MarketEdge[];
    pageInfo: PageInfo;
    totalCount: Scalars["Int"];
}

Type declaration

Generated using TypeDoc