Docs
API Reference
Interfaces
GraphQLParseOptions

Interface: GraphQLParseOptions

utils/src.GraphQLParseOptions

Hierarchy

Table of contents

Properties

Properties

allowLegacySDLEmptyFields

Optional allowLegacySDLEmptyFields: boolean

Defined in

packages/utils/src/Interfaces.ts:95 (opens in a new tab)


allowLegacySDLImplementsInterfaces

Optional allowLegacySDLImplementsInterfaces: boolean

Defined in

packages/utils/src/Interfaces.ts:96 (opens in a new tab)


commentDescriptions

Optional commentDescriptions: boolean

Set to true in order to convert all GraphQL comments (marked with # sign) to descriptions (""") GraphQL has built-in support for transforming descriptions to comments (with print), but not while parsing. Turning the flag on will support the other way as well (parse)

Defined in

packages/utils/src/Interfaces.ts:103 (opens in a new tab)


experimentalFragmentVariables

Optional experimentalFragmentVariables: boolean

Defined in

packages/utils/src/Interfaces.ts:97 (opens in a new tab)


noLocation

Optional noLocation: boolean

Defined in

packages/utils/src/Interfaces.ts:94 (opens in a new tab)