Unexpected Method Signature Change in graphql-java Library Without Explicit Update
In my project, I am using the graphql-java
library version 20.1, the spring-graphql
library, and the com.netflix.dgs.codege
n plugin. Recently, I started encountering an issue where the com.netflix.dgs.codegen
plugin is calling the old version of the parseDocument
method from the graphql-java
library.