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

Function setConfigOnDb

spec/ParseGraphQLController.spec.js:20–25  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

18 let graphQLConfigRecord;
19
20 const setConfigOnDb = graphQLConfigData => {
21 graphQLConfigRecord = {
22 objectId: GraphQLConfigId,
23 [GraphQLConfigKey]: graphQLConfigData,
24 };
25 };
26 const removeConfigFromDb = () => {
27 graphQLConfigRecord = null;
28 };

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected