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

Function resetGraphQLCache

spec/ParseGraphQLServer.spec.js:592–597  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

590
591 describe('Schema', () => {
592 const resetGraphQLCache = async () => {
593 await Promise.all([
594 parseGraphQLServer.parseGraphQLController.cacheController.graphQL.clear(),
595 parseGraphQLServer.parseGraphQLSchema.schemaCache.clear(),
596 ]);
597 };
598
599 describe('Context', () => {
600 it('should support dependency injection on graphql api', async () => {

Callers 1

Calls 1

clearMethod · 0.45

Tested by

no test coverage detected