You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have a project depending on spring-graphql. In version 1.3.5 it worked but after changing to 1.4.0, there is an error of missing org.dataloader.instrumentation.DataLoaderInstrumentation . This class is defined in com.graphql-java:java-dataloader, but not in the 3.3.0 version which is the one brought transitively by the graphql-java dependency 22.3.
I guess it is a simple matter of updating the dependency to graphql-java.