Skip to main content
Module

x/shark/deps.ts>buildSchema

Graphql proxy for multiple graphql server.
Latest
function buildSchema
import { buildSchema } from "https://deno.land/x/shark@1.1.0/deps.ts";

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

Parameters

source: string | Source
optional
options: BuildSchemaOptions & ParseOptions

Returns

GraphQLSchema