MCPcopy Index your code
hub / github.com/parse-community/parse-server / getGraphQLConfig

Method getGraphQLConfig

src/Routers/GraphQLRouter.js:9–14  ·  view source on GitHub ↗
(req)

Source from the content-addressed store, hash-verified

7
8export class GraphQLRouter extends PromiseRouter {
9 async getGraphQLConfig(req) {
10 const result = await req.config.parseGraphQLController.getGraphQLConfig();
11 return {
12 response: result,
13 };
14 }
15
16 async updateGraphQLConfig(req) {
17 if (req.auth.isReadOnly) {

Callers 3

mountRoutesMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected