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

Out of sync with graphql-java

Open orclev opened this issue 8 years ago • 0 comments

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.

orclev avatar Jun 26 '17 20:06 orclev