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

Function resolve

src/GraphQL/loaders/parseClassQueries.js:73–86  ·  view source on GitHub ↗
(_source, args, context, queryInfo)

Source from the content-addressed store, hash-verified

71 },
72 type: new GraphQLNonNull(classGraphQLOutputType || defaultGraphQLTypes.OBJECT),
73 async resolve(_source, args, context, queryInfo) {
74 try {
75 return await getQuery(
76 parseClass,
77 _source,
78 cloneArgs(args),
79 context,
80 queryInfo,
81 parseGraphQLSchema.parseClasses
82 );
83 } catch (e) {
84 parseGraphQLSchema.handleError(e);
85 }
86 },
87 });
88 }
89

Callers

nothing calls this directly

Calls 5

cloneArgsFunction · 0.90
extractKeysAndIncludeFunction · 0.90
getQueryFunction · 0.85
filterMethod · 0.80
handleErrorMethod · 0.45

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…