@zeitgeistpm/indexer
Advanced tools
Comparing version 2.17.1 to 2.17.2
@@ -207,2 +207,4 @@ import gql from 'graphql-tag'; | ||
MarketOrderByInput["ImgDesc"] = "img_DESC"; | ||
MarketOrderByInput["IsMetaCompleteAsc"] = "isMetaComplete_ASC"; | ||
MarketOrderByInput["IsMetaCompleteDesc"] = "isMetaComplete_DESC"; | ||
MarketOrderByInput["MarketIdAsc"] = "marketId_ASC"; | ||
@@ -461,2 +463,3 @@ MarketOrderByInput["MarketIdDesc"] = "marketId_DESC"; | ||
metadata | ||
isMetaComplete | ||
oracle | ||
@@ -548,4 +551,4 @@ outcomeAssets | ||
const MarketStatsDocument = gql ` | ||
query marketStats($ids: [String!]!) { | ||
marketStats(ids: $ids) { | ||
query marketStats($ids: [Int!]!) { | ||
marketStats(marketId: $ids) { | ||
liquidity | ||
@@ -552,0 +555,0 @@ marketId |
@@ -209,2 +209,4 @@ 'use strict'; | ||
MarketOrderByInput["ImgDesc"] = "img_DESC"; | ||
MarketOrderByInput["IsMetaCompleteAsc"] = "isMetaComplete_ASC"; | ||
MarketOrderByInput["IsMetaCompleteDesc"] = "isMetaComplete_DESC"; | ||
MarketOrderByInput["MarketIdAsc"] = "marketId_ASC"; | ||
@@ -463,2 +465,3 @@ MarketOrderByInput["MarketIdDesc"] = "marketId_DESC"; | ||
metadata | ||
isMetaComplete | ||
oracle | ||
@@ -550,4 +553,4 @@ outcomeAssets | ||
const MarketStatsDocument = gql ` | ||
query marketStats($ids: [String!]!) { | ||
marketStats(ids: $ids) { | ||
query marketStats($ids: [Int!]!) { | ||
marketStats(marketId: $ids) { | ||
liquidity | ||
@@ -554,0 +557,0 @@ marketId |
{ | ||
"name": "@zeitgeistpm/indexer", | ||
"version": "2.17.1", | ||
"version": "2.17.2", | ||
"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
1020370
8777