Skip to main content
Module

x/graphql_deno/lib/index.js>buildSchema

GraphQL-JS ported to Deno
Latest
function buildSchema
import { buildSchema } from "https://deno.land/x/graphql_deno@v15.0.0/lib/index.js";

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

Parameters

source
options