Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

IntrospectionOptions

interface IntrospectionOptions {
descriptions?: boolean;
directiveIsRepeatable?: boolean;
inputValueDeprecation?: boolean;
schemaDescription?: boolean;
specifiedByUrl?: boolean;
}

§Properties

§
descriptions?: boolean
[src]

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

§
directiveIsRepeatable?: boolean
[src]

Whether to include isRepeatable flag on directives. Default: false

§
inputValueDeprecation?: boolean
[src]

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

§
schemaDescription?: boolean
[src]

Whether to include description field on schema. Default: false

§
specifiedByUrl?: boolean
[src]

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