@zeitgeistpm/indexer
Advanced tools
Comparing version 2.9.0 to 2.9.1
@@ -208,2 +208,4 @@ import gql from 'graphql-tag'; | ||
MarketOrderByInput["QuestionDesc"] = "question_DESC"; | ||
MarketOrderByInput["RejectReasonAsc"] = "rejectReason_ASC"; | ||
MarketOrderByInput["RejectReasonDesc"] = "rejectReason_DESC"; | ||
MarketOrderByInput["ReportAtAsc"] = "report_at_ASC"; | ||
@@ -210,0 +212,0 @@ MarketOrderByInput["ReportAtDesc"] = "report_at_DESC"; |
@@ -210,2 +210,4 @@ 'use strict'; | ||
MarketOrderByInput["QuestionDesc"] = "question_DESC"; | ||
MarketOrderByInput["RejectReasonAsc"] = "rejectReason_ASC"; | ||
MarketOrderByInput["RejectReasonDesc"] = "rejectReason_DESC"; | ||
MarketOrderByInput["ReportAtAsc"] = "report_at_ASC"; | ||
@@ -212,0 +214,0 @@ MarketOrderByInput["ReportAtDesc"] = "report_at_DESC"; |
@@ -13,3 +13,3 @@ import { GraphQLClient } from 'graphql-request'; | ||
const create = (config) => { | ||
const client = new GraphQLClient(config.uri); | ||
const client = new GraphQLClient(config.uri, { fetch: globalThis.fetch }); | ||
const gql = getSdk(client); | ||
@@ -16,0 +16,0 @@ return { |
@@ -14,3 +14,3 @@ 'use strict'; | ||
const create = (config) => { | ||
const client = new graphqlRequest.GraphQLClient(config.uri); | ||
const client = new graphqlRequest.GraphQLClient(config.uri, { fetch: globalThis.fetch }); | ||
const gql = sdk.getSdk(client); | ||
@@ -17,0 +17,0 @@ return { |
{ | ||
"name": "@zeitgeistpm/indexer", | ||
"version": "2.9.0", | ||
"version": "2.9.1", | ||
"publishConfig": { | ||
@@ -5,0 +5,0 @@ "access": "public" |
@@ -16,3 +16,3 @@ import { GraphQLClient } from 'graphql-request' | ||
export const create = (config: Config): ZeitgeistIndexer => { | ||
const client = new GraphQLClient(config.uri) | ||
const client = new GraphQLClient(config.uri, { fetch: globalThis.fetch }) | ||
const gql = getSdk(client) | ||
@@ -19,0 +19,0 @@ return { |
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 not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
847882
7048