Skip to main content
interface GraphQLSchemaValidationOptions
import { type GraphQLSchemaValidationOptions } from "https://deno.land/x/graphql_deno@v15.0.0/lib/type/schema.d.ts";

Properties

optional
assumeValid: boolean

When building a schema from a GraphQL service's introspection result, it might be safe to assume the schema is valid. Set to true to assume the produced schema is valid.

Default: false