Skip to Content
GraphQL Tools
DocumentationAPI@graphql-tools/utilssrcinterfacesSchemaPrintOptions

Interface: SchemaPrintOptions

Defined in: packages/utils/src/types.ts:9

Properties

assumeValid?

optional assumeValid?: boolean

Defined in: packages/utils/src/types.ts:19


commentDescriptions?

optional commentDescriptions?: boolean

Defined in: packages/utils/src/types.ts:18

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