-
Hi everybody. I'm trying to generate the code using a giant schema, which causes issues with DOS protection with following error:
Is there any way to increase the character count limit? |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
Previously, we divided gql into multiple files based on business modules and automatically merged them upon startup, But at that time, we didn't use this plugin |
Beta Was this translation helpful? Give feedback.
-
Ok, I've found the solution: First import ParserOptions from graphql-java:
And then in the code generation task add following config:
|
Beta Was this translation helpful? Give feedback.
Ok, I've found the solution:
First import ParserOptions from graphql-java:
And then in the code generation task add following config: