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

Function throwIntrospectionError

src/GraphQL/ParseGraphQLServer.js:46–54  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

44};
45
46const throwIntrospectionError = () => {
47 throw new GraphQLError('Introspection is not allowed', {
48 extensions: {
49 http: {
50 status: 403,
51 },
52 }
53 });
54};
55
56const IntrospectionControlPlugin = (publicIntrospection) => ({
57

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…