spring-graphql-common
spring-graphql-common copied to clipboard
Out of sync with graphql-java
The latest version of graphql-java (3.0.0) has changed DataFetchingEnvironment from a class to an interface. This is causing an exception in ReflectionGraphQLDataFetcher.collectBindByClassValues which is expecting a class instead of an interface.