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 264b1fa commit 1841072Copy full SHA for 1841072
src/GraphQL/ParseGraphQLServer.js
@@ -137,7 +137,7 @@ class ParseGraphQLServer {
137
if (typeof options.requestContextMiddleware !== 'function') {
138
throw new Error('requestContextMiddleware must be a function');
139
}
140
- api.use(options.requestContextMiddleware);
+ api.use(this.config.graphQLPath, options.requestContextMiddleware);
141
142
143
0 commit comments