Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/parse-community/parse-server
/ ParseGraphQLSchema.spec.js
File
ParseGraphQLSchema.spec.js
spec/ParseGraphQLSchema.spec.js:None–None ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1
const
{ GraphQLObjectType } = require(
'graphql'
);
2
const
defaultLogger = require(
'../lib/logger'
).default;
3
const
{ ParseGraphQLSchema } = require(
'../lib/GraphQL/ParseGraphQLSchema'
);
4
Callers
nothing calls this directly
Calls
8
fail
Function · 0.85
addGraphQLType
Method · 0.80
addGraphQLQuery
Method · 0.80
addGraphQLMutation
Method · 0.80
_getParseClassesWithConfig
Method · 0.80
load
Method · 0.45
clear
Method · 0.45
updateGraphQLConfig
Method · 0.45
Tested by
no test coverage detected