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 6fefdc8 commit 630e0ecCopy full SHA for 630e0ec
src/GraphQL/ParseGraphQLServer.js
@@ -76,18 +76,10 @@ class ParseGraphQLServer {
76
renderPlaygroundPage({
77
endpoint: this.config.graphQLPath,
78
subscriptionEndpoint: this.config.subscriptionsPath,
79
- tabs: [
80
- {
81
- endpoint: this.config.graphQLPath,
82
- query: `query {
83
- health
84
-}`,
85
- headers: {
86
- 'X-Parse-Application-Id': this.parseServer.config.appId,
87
- 'X-Parse-Master-Key': this.parseServer.config.masterKey,
88
- },
89
90
- ],
+ headers: {
+ 'X-Parse-Application-Id': this.parseServer.config.appId,
+ 'X-Parse-Master-Key': this.parseServer.config.masterKey,
+ },
91
})
92
);
93
res.end();
0 commit comments