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
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.