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

Interface: GraphQLParseOptions

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

Extended by

Properties

allowLegacySDLEmptyFields?

optional allowLegacySDLEmptyFields?: boolean

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


allowLegacySDLImplementsInterfaces?

optional allowLegacySDLImplementsInterfaces?: boolean

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


commentDescriptions?

optional commentDescriptions?: boolean

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

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:143


noLocation?

optional noLocation?: boolean

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