github graphql-java-kickstart/graphql-spring-boot v5.3.1
5.3.1

latest releases: v15.1.0, v15.1.0-javax, v15.0.0...
5 years ago

Only include exception handlers with return type GraphQLError

All exception handlers were attempted to be included when searching for custom GraphQLError exception handler methods. This resulted in methods being included that would not return a GraphQLError but were instead intended to be used by other Spring features. Therefore extended the filter now to only use those methods that actually return a GraphQLError or subclass.

Don't miss a new graphql-spring-boot release

NewReleases is sending notifications on new releases.