Skip to main content
Latest
interface IntrospectionOptions
import { type IntrospectionOptions } from "https://deno.land/x/kilatgraphql@16.6.0-1/mod.ts";

Properties

optional
descriptions: boolean

Whether to include descriptions in the introspection result. Default: true

optional
specifiedByUrl: boolean

Whether to include specifiedByURL in the introspection result. Default: false

optional
directiveIsRepeatable: boolean

Whether to include isRepeatable flag on directives. Default: false

optional
schemaDescription: boolean

Whether to include description field on schema. Default: false

optional
inputValueDeprecation: boolean

Whether target GraphQL server support deprecation of input values. Default: false