MCPcopy Index your code
hub / github.com/StarpTech/FastGraph / buildGraphQLSchema

Function buildGraphQLSchema

src/graphql-utils.ts:133–139  ·  view source on GitHub ↗
(schema: string)

Source from the content-addressed store, hash-verified

131}
132
133export const buildGraphQLSchema = (schema: string) => {
134 return buildSchema(schema, {
135 noLocation: true,
136 assumeValid: true,
137 assumeValidSDL: true,
138 })
139}
140
141export async function getClientSchema(
142 introspectionUrl: string,

Callers 1

graphqlFunction · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected