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

Properties

optional
commentDescriptions: boolean

Descriptions are defined as preceding string literals, however an older experimental version of the SDL supported preceding comments as descriptions. Set to true to enable this deprecated behavior. This option is provided to ease adoption and will be removed in v16.

Default: false

optional
assumeValidSDL: boolean

Set to true to assume the SDL is valid.

Default: false