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

Function getParseGraphQLController

src/Controllers/index.js:119–127  ·  view source on GitHub ↗
(
  options: ParseServerOptions,
  controllerDeps
)

Source from the content-addressed store, hash-verified

117}
118
119export function getParseGraphQLController(
120 options: ParseServerOptions,
121 controllerDeps
122): ParseGraphQLController {
123 return new ParseGraphQLController({
124 mountGraphQL: options.mountGraphQL,
125 ...controllerDeps,
126 });
127}
128
129export function getAnalyticsController(options: ParseServerOptions): AnalyticsController {
130 const { analyticsAdapter } = options;

Callers 1

getControllersFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected