graphql-kotlin-gradle-plugin
Toggle table of contents
10.2.0
jvm
Target filter
jvm
Switch theme
Search in API
Skip to content
graphql-kotlin-gradle-plugin
graphql-kotlin-gradle-plugin
/
com.expediagroup.graphql.plugin.gradle.config
/
GraphQLParserOptions
/
GraphQLParserOptions
Graph
QLParser
Options
constructor
(
maxTokens
:
Int
?
=
null
,
maxWhitespaceTokens
:
Int
?
=
null
,
maxCharacters
:
Int
?
=
null
,
maxRuleDepth
:
Int
?
=
null
,
captureIgnoredChars
:
Boolean
?
=
null
,
captureLineComments
:
Boolean
?
=
null
,
captureSourceLocation
:
Boolean
?
=
null
)