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

Function buildWideQuery

spec/GraphQLQueryComplexity.spec.js:51–54  ·  view source on GitHub ↗
(fieldCount)

Source from the content-addressed store, hash-verified

49 }
50
51 function buildWideQuery(fieldCount) {
52 const fields = Array.from({ length: fieldCount }, (_, i) => `field${i}: objectId`).join('\n ');
53 return `{ users { edges { node { ${fields} } } } }`;
54 }
55
56 afterEach(async () => {
57 if (httpServer) {

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected