Type alias Subscription

Subscription: {
    __typename?: "Subscription";
    accountBalanceById?: Maybe<AccountBalance>;
    accountBalances: AccountBalance[];
    accountById?: Maybe<Account>;
    accounts: Account[];
    assetById?: Maybe<Asset>;
    assets: Asset[];
    historicalAccountBalanceById?: Maybe<HistoricalAccountBalance>;
    historicalAccountBalances: HistoricalAccountBalance[];
    historicalAssetById?: Maybe<HistoricalAsset>;
    historicalAssets: HistoricalAsset[];
    historicalMarketById?: Maybe<HistoricalMarket>;
    historicalMarkets: HistoricalMarket[];
    historicalPoolById?: Maybe<HistoricalPool>;
    historicalPools: HistoricalPool[];
    marketById?: Maybe<Market>;
    markets: Market[];
    poolById?: Maybe<Pool>;
    pools: Pool[];
}

Type declaration

Generated using TypeDoc