|
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? |
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 |
|
Ok, I've found the solution: First import ParserOptions from graphql-java: And then in the code generation task add following config: |
Ok, I've found the solution:
First import ParserOptions from graphql-java:
And then in the code generation task add following config: