PoolsQuery: { 
    __typename?: "Query"; 
    pools: { 
        __typename?: "Pool"; 
        accountId?: string | null; 
        baseAsset: string; 
        createdAt: any; 
        id: string; 
        marketId: number; 
        poolId: number; 
        poolStatus: string; 
        scoringRule: string; 
        swapFee: string; 
        totalSubsidy: string; 
        totalWeight: string; 
        volume: any; 
        weights: ({ 
            __typename?: "Weight"; 
            assetId: string; 
            len: any; 
        } | null)[]; 
        ztgQty: any; 
    }[]; 
}
Type declaration
- 
Optional __typename?: "Query"
 
- 
pools: { 
    __typename?: "Pool"; 
    accountId?: string | null; 
    baseAsset: string; 
    createdAt: any; 
    id: string; 
    marketId: number; 
    poolId: number; 
    poolStatus: string; 
    scoringRule: string; 
    swapFee: string; 
    totalSubsidy: string; 
    totalWeight: string; 
    volume: any; 
    weights: ({ 
        __typename?: "Weight"; 
        assetId: string; 
        len: any; 
    } | null)[]; 
    ztgQty: any; 
}[]