graphql-tools-monorepo / utils/src / SchemaPrintOptions
Interface: SchemaPrintOptions
utils/src.SchemaPrintOptions
Table of contents
Properties
Properties
assumeValid
• Optional
assumeValid: boolean
Defined in
packages/utils/src/types.ts:19
commentDescriptions
• 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