Skip to main content
interface BuildSchemaOptions
implements GraphQLSchemaValidationOptions
import { type BuildSchemaOptions } from "https://deno.land/x/kilatgraphql@16.6.0/mod.ts";

Properties

optional
assumeValidSDL: boolean

Set to true to assume the SDL is valid.

Default: false