spring-graphql-common icon indicating copy to clipboard operation
spring-graphql-common copied to clipboard

graphql-java version update required to support operationName

Open hogancr opened this issue 9 years ago • 1 comments

graphql-java library has a bug in version 2.0.0 (that I think may only have been fixed in 2.2.0) which causes exceptions anytime you use the operationName field in a query. It was as simple as using operationName!=null where they meant to say ==null, or something similar)

spring-graphql-common explicitly requires 2.0.0 and compilation fails if you update this dependency. So I'm just giving you a heads up that this feature is not supported in the currently required dependency and it may be worthwhile upgrading to support 2.2.0 to take advantage of the fix so this is feature can be supported.

hogancr avatar Jan 11 '17 19:01 hogancr

Just noticed this semi-related issue...the compile errors I get with 2.2.0 are described here https://github.com/oembedler/spring-graphql-common/issues/3

hogancr avatar Jan 11 '17 20:01 hogancr