utils_src.graphqlparseoptions
#
Interface: GraphQLParseOptionsutils/src.GraphQLParseOptions
#
Hierarchy- GraphQLParseOptions
#
Table of contents#
Properties- allowLegacySDLEmptyFields
- allowLegacySDLImplementsInterfaces
- commentDescriptions
- experimentalFragmentVariables
- noLocation
#
Properties#
allowLegacySDLEmptyFields• Optional
allowLegacySDLEmptyFields: boolean
Defined in: packages/utils/src/Interfaces.ts:78
#
allowLegacySDLImplementsInterfaces• Optional
allowLegacySDLImplementsInterfaces: boolean
Defined in: packages/utils/src/Interfaces.ts:79
#
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:86
#
experimentalFragmentVariables• Optional
experimentalFragmentVariables: boolean
Defined in: packages/utils/src/Interfaces.ts:80
#
noLocation• Optional
noLocation: boolean
Defined in: packages/utils/src/Interfaces.ts:77