Skip to main content
Latest
function buildSchema
import { buildSchema } from "https://deno.land/x/graphql_deno@v15.0.0/lib/utilities/index.d.ts";

A helper function to build a GraphQLSchema directly from a source document.

Parameters

source: string | Source
optional
options: BuildSchemaOptions & ParseOptions

Returns

GraphQLSchema