@zeitgeistpm/indexer
Advanced tools
Comparing version 2.16.3 to 2.16.4
@@ -469,2 +469,11 @@ import gql from 'graphql-tag'; | ||
${FullHistoricalAssetsFragmentDoc}`; | ||
const MarketStatsDocument = gql ` | ||
query marketStats($ids: [String!]!) { | ||
marketStats(ids: $ids) { | ||
liquidity | ||
marketId | ||
participants | ||
} | ||
} | ||
`; | ||
const MarketsDocument = gql ` | ||
@@ -562,2 +571,5 @@ query markets($where: MarketWhereInput, $order: [MarketOrderByInput!], $limit: Int, $offset: Int) { | ||
}, | ||
marketStats(variables, requestHeaders) { | ||
return withWrapper((wrappedRequestHeaders) => client.request(MarketStatsDocument, variables, { ...requestHeaders, ...wrappedRequestHeaders }), 'marketStats', 'query'); | ||
}, | ||
markets(variables, requestHeaders) { | ||
@@ -590,3 +602,3 @@ return withWrapper((wrappedRequestHeaders) => client.request(MarketsDocument, variables, { ...requestHeaders, ...wrappedRequestHeaders }), 'markets', 'query'); | ||
export { AccountBalanceOrderByInput, AccountBalancesDocument, AccountOrderByInput, AssetOrderByInput, AssetsDocument, FullAccountBalanceFragmentDoc, FullAssetFragmentDoc, FullHistoricalAccountBalanceFragmentDoc, FullHistoricalAssetsFragmentDoc, FullMarketFragmentDoc, FullPoolFragmentDoc, HistoricalAccountBalanceOrderByInput, HistoricalAccountBalancesDocument, HistoricalAssetOrderByInput, HistoricalAssetsDocument, HistoricalMarketOrderByInput, HistoricalMarketsDocument, HistoricalPoolOrderByInput, HistoricalPoolsDocument, MarketOrderByInput, MarketStatus, MarketStatusCountDocument, MarketsDocument, PingQueryDocument, PoolOrderByInput, PoolsDocument, SquidStatusDocument, StatsDocument, Unit, getSdk }; | ||
export { AccountBalanceOrderByInput, AccountBalancesDocument, AccountOrderByInput, AssetOrderByInput, AssetsDocument, FullAccountBalanceFragmentDoc, FullAssetFragmentDoc, FullHistoricalAccountBalanceFragmentDoc, FullHistoricalAssetsFragmentDoc, FullMarketFragmentDoc, FullPoolFragmentDoc, HistoricalAccountBalanceOrderByInput, HistoricalAccountBalancesDocument, HistoricalAssetOrderByInput, HistoricalAssetsDocument, HistoricalMarketOrderByInput, HistoricalMarketsDocument, HistoricalPoolOrderByInput, HistoricalPoolsDocument, MarketOrderByInput, MarketStatsDocument, MarketStatus, MarketStatusCountDocument, MarketsDocument, PingQueryDocument, PoolOrderByInput, PoolsDocument, SquidStatusDocument, StatsDocument, Unit, getSdk }; | ||
//# sourceMappingURL=sdk.esm.js.map |
@@ -471,2 +471,11 @@ 'use strict'; | ||
${FullHistoricalAssetsFragmentDoc}`; | ||
const MarketStatsDocument = gql ` | ||
query marketStats($ids: [String!]!) { | ||
marketStats(ids: $ids) { | ||
liquidity | ||
marketId | ||
participants | ||
} | ||
} | ||
`; | ||
const MarketsDocument = gql ` | ||
@@ -564,2 +573,5 @@ query markets($where: MarketWhereInput, $order: [MarketOrderByInput!], $limit: Int, $offset: Int) { | ||
}, | ||
marketStats(variables, requestHeaders) { | ||
return withWrapper((wrappedRequestHeaders) => client.request(MarketStatsDocument, variables, { ...requestHeaders, ...wrappedRequestHeaders }), 'marketStats', 'query'); | ||
}, | ||
markets(variables, requestHeaders) { | ||
@@ -604,2 +616,3 @@ return withWrapper((wrappedRequestHeaders) => client.request(MarketsDocument, variables, { ...requestHeaders, ...wrappedRequestHeaders }), 'markets', 'query'); | ||
exports.HistoricalPoolsDocument = HistoricalPoolsDocument; | ||
exports.MarketStatsDocument = MarketStatsDocument; | ||
exports.MarketStatusCountDocument = MarketStatusCountDocument; | ||
@@ -606,0 +619,0 @@ exports.MarketsDocument = MarketsDocument; |
import { GraphQLClient } from 'graphql-request'; | ||
import { augments } from './augments/index.esm.js'; | ||
import { getSdk } from './graphql/sdk.esm.js'; | ||
export { AccountBalanceOrderByInput, AccountBalancesDocument, AccountOrderByInput, AssetOrderByInput, AssetsDocument, FullAccountBalanceFragmentDoc, FullAssetFragmentDoc, FullHistoricalAccountBalanceFragmentDoc, FullHistoricalAssetsFragmentDoc, FullMarketFragmentDoc, FullPoolFragmentDoc, HistoricalAccountBalanceOrderByInput, HistoricalAccountBalancesDocument, HistoricalAssetOrderByInput, HistoricalAssetsDocument, HistoricalMarketOrderByInput, HistoricalMarketsDocument, HistoricalPoolOrderByInput, HistoricalPoolsDocument, MarketOrderByInput, MarketStatus, MarketStatusCountDocument, MarketsDocument, PingQueryDocument, PoolOrderByInput, PoolsDocument, SquidStatusDocument, StatsDocument, Unit, getSdk } from './graphql/sdk.esm.js'; | ||
export { AccountBalanceOrderByInput, AccountBalancesDocument, AccountOrderByInput, AssetOrderByInput, AssetsDocument, FullAccountBalanceFragmentDoc, FullAssetFragmentDoc, FullHistoricalAccountBalanceFragmentDoc, FullHistoricalAssetsFragmentDoc, FullMarketFragmentDoc, FullPoolFragmentDoc, HistoricalAccountBalanceOrderByInput, HistoricalAccountBalancesDocument, HistoricalAssetOrderByInput, HistoricalAssetsDocument, HistoricalMarketOrderByInput, HistoricalMarketsDocument, HistoricalPoolOrderByInput, HistoricalPoolsDocument, MarketOrderByInput, MarketStatsDocument, MarketStatus, MarketStatusCountDocument, MarketsDocument, PingQueryDocument, PoolOrderByInput, PoolsDocument, SquidStatusDocument, StatsDocument, Unit, getSdk } from './graphql/sdk.esm.js'; | ||
@@ -6,0 +6,0 @@ /** |
@@ -67,2 +67,3 @@ 'use strict'; | ||
}); | ||
exports.MarketStatsDocument = sdk.MarketStatsDocument; | ||
Object.defineProperty(exports, 'MarketStatus', { | ||
@@ -69,0 +70,0 @@ enumerable: true, |
{ | ||
"name": "@zeitgeistpm/indexer", | ||
"version": "2.16.3", | ||
"version": "2.16.4", | ||
"publishConfig": { | ||
@@ -5,0 +5,0 @@ "access": "public" |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
928266
50
7937