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

Function load

src/GraphQL/loaders/defaultGraphQLMutations.js:7–13  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

5import * as configMutations from './configMutations';
6
7const load = parseGraphQLSchema => {
8 filesMutations.load(parseGraphQLSchema);
9 usersMutations.load(parseGraphQLSchema);
10 functionsMutations.load(parseGraphQLSchema);
11 schemaMutations.load(parseGraphQLSchema);
12 configMutations.load(parseGraphQLSchema);
13};
14
15export { load };

Callers

nothing calls this directly

Calls 1

loadMethod · 0.45

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…