Query: {
    __typename?: "Query";
    accountBalanceById?: Maybe<AccountBalance>;
    accountBalanceByUniqueInput?: Maybe<AccountBalance>;
    accountBalances: AccountBalance[];
    accountBalancesConnection: AccountBalancesConnection;
    accountById?: Maybe<Account>;
    accountByUniqueInput?: Maybe<Account>;
    accounts: Account[];
    accountsConnection: AccountsConnection;
    assetById?: Maybe<Asset>;
    assetByUniqueInput?: Maybe<Asset>;
    assets: Asset[];
    assetsConnection: AssetsConnection;
    historicalAccountBalanceById?: Maybe<HistoricalAccountBalance>;
    historicalAccountBalanceByUniqueInput?: Maybe<HistoricalAccountBalance>;
    historicalAccountBalances: HistoricalAccountBalance[];
    historicalAccountBalancesConnection: HistoricalAccountBalancesConnection;
    historicalAssetById?: Maybe<HistoricalAsset>;
    historicalAssetByUniqueInput?: Maybe<HistoricalAsset>;
    historicalAssets: HistoricalAsset[];
    historicalAssetsConnection: HistoricalAssetsConnection;
    historicalMarketById?: Maybe<HistoricalMarket>;
    historicalMarketByUniqueInput?: Maybe<HistoricalMarket>;
    historicalMarkets: HistoricalMarket[];
    historicalMarketsConnection: HistoricalMarketsConnection;
    historicalPoolById?: Maybe<HistoricalPool>;
    historicalPoolByUniqueInput?: Maybe<HistoricalPool>;
    historicalPools: HistoricalPool[];
    historicalPoolsConnection: HistoricalPoolsConnection;
    marketById?: Maybe<Market>;
    marketByUniqueInput?: Maybe<Market>;
    marketStats: MarketStats[];
    markets: Market[];
    marketsConnection: MarketsConnection;
    poolById?: Maybe<Pool>;
    poolByUniqueInput?: Maybe<Pool>;
    pools: Pool[];
    poolsConnection: PoolsConnection;
    squidStatus?: Maybe<SquidStatus>;
    stats: Stats[];
}

Type declaration

Generated using TypeDoc