b4eEX

Results 3 issues of b4eEX

The issue is relevant for 5.3.1+. I'm trying to create an interface with a polymorphic connection field, which requires interface to declare it as a union of all implementation types,...

bug

Generic wrappers don't work if used not as outermost wrapper, i.e. `Wrapper` works while `List` doesn't. My example, with [Vavr](https://github.com/vavr-io/vavr) `Try`: ```java package com.my.test; import com.coxautodev.graphql.tools.GraphQLQueryResolver; import com.coxautodev.graphql.tools.SchemaParser; import com.coxautodev.graphql.tools.SchemaParserOptions;...

bug

There seems to be no way to automatically enforce correctness of SDL-defined directives, their target and arguments. Graphql-java supports it since https://github.com/graphql-java/graphql-java/issues/1004, but there doesn't seem to be a way...

enhancement