Skip to main content
The Deno 2 Release Candidate is here
Learn more
Module

x/bq-oak-graphql/graphql-tools/utils/types.ts>SchemaPrintOptions

A simple graphql middleware for oak deno framework.
Latest
interface SchemaPrintOptions
import { type SchemaPrintOptions } from "https://deno.land/x/bq-oak-graphql@v2.0/graphql-tools/utils/types.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