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

Interface: GraphQLParseOptions

Defined in: packages/utils/src/Interfaces.ts:107

Extended by

Properties

allowLegacySDLEmptyFields?

optional allowLegacySDLEmptyFields?: boolean

Defined in: packages/utils/src/Interfaces.ts:109


allowLegacySDLImplementsInterfaces?

optional allowLegacySDLImplementsInterfaces?: boolean

Defined in: packages/utils/src/Interfaces.ts:110


commentDescriptions?

optional commentDescriptions?: boolean

Defined in: packages/utils/src/Interfaces.ts:117

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)


experimentalFragmentVariables?

optional experimentalFragmentVariables?: boolean

Defined in: packages/utils/src/Interfaces.ts:111


noLocation?

optional noLocation?: boolean

Defined in: packages/utils/src/Interfaces.ts:108