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

Function getGraphQLConfig

spec/ParseGraphQLSchema.spec.js:83–85  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

81 const parseGraphQLController = {
82 graphQLConfig: { enabledForClasses: [] },
83 getGraphQLConfig() {
84 return this.graphQLConfig;
85 },
86 };
87 const parseGraphQLSchema = new ParseGraphQLSchema({
88 databaseController,

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…