Type alias PoolsConnection

PoolsConnection: {
    __typename?: "PoolsConnection";
    edges: PoolEdge[];
    pageInfo: PageInfo;
    totalCount: Scalars["Int"];
}

Type declaration

Generated using TypeDoc