MCPcopy Create free account
hub / github.com/parse-community/parse-server / updateGraphQLConfig

Function updateGraphQLConfig

spec/ParseGraphQLServer.spec.js:252–255  ·  view source on GitHub ↗
(graphQLConfig)

Source from the content-addressed store, hash-verified

250 let received;
251 parseGraphQLServer.parseGraphQLController = {
252 async updateGraphQLConfig(graphQLConfig) {
253 received = graphQLConfig;
254 return {};
255 },
256 };
257 const graphQLConfig = { enabledForClasses: [] };
258 await parseGraphQLServer.setGraphQLConfig(graphQLConfig);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…