From c1149641bdde3c779894fac60b7a0d9cff265d7a Mon Sep 17 00:00:00 2001 From: Antoine Cormouls Date: Thu, 16 Jul 2020 19:02:45 +0200 Subject: [PATCH] Add version to fix CDN --- src/GraphQL/ParseGraphQLServer.js | 1 + 1 file changed, 1 insertion(+) diff --git a/src/GraphQL/ParseGraphQLServer.js b/src/GraphQL/ParseGraphQLServer.js index a041721887..5426cf5fee 100644 --- a/src/GraphQL/ParseGraphQLServer.js +++ b/src/GraphQL/ParseGraphQLServer.js @@ -109,6 +109,7 @@ class ParseGraphQLServer { res.write( renderPlaygroundPage({ endpoint: this.config.graphQLPath, + version: '1.7.25', subscriptionEndpoint: this.config.subscriptionsPath, headers: { 'X-Parse-Application-Id': this.parseServer.config.appId,