We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3bd5684 commit 93a88c5Copy full SHA for 93a88c5
src/GraphQL/ParseGraphQLServer.js
@@ -109,6 +109,7 @@ class ParseGraphQLServer {
109
res.write(
110
renderPlaygroundPage({
111
endpoint: this.config.graphQLPath,
112
+ version: '1.7.25',
113
subscriptionEndpoint: this.config.subscriptionsPath,
114
headers: {
115
'X-Parse-Application-Id': this.parseServer.config.appId,
0 commit comments