rocketraman
11/03/2022, 9:03 PMParserOptions.setDefaultParserOptions()
that can be used, but is there a cleaner way to set this for a GraphQLServer
?rocketraman
11/03/2022, 9:07 PMParserOptions
to the graphql context.Samuel Vazquez
11/07/2022, 5:11 PMrocketraman
11/07/2022, 5:13 PM.java
extension on the class i.e. ParserOptions::class.java
.
A more native way to do that would be useful.
It would also be useful to do that on a per request basis e.g. an annotation on a query method would be great.