Compatibility with graphql-java 18
martinbonnin opened this issue · 1 comments
martinbonnin commented
Running against graphql-java
18 fails with
java.lang.NoSuchMethodError: graphql.schema.GraphQLDirective$Builder.comparatorRegistry(Lgraphql/schema/GraphqlTypeComparatorRegistry;)Lgraphql/schema/GraphQLDirective$Builder;
at graphql.kickstart.tools.SchemaParser.buildDirectives(SchemaParser.kt:309) ~[graphql-java-tools-12.0.2.jar:na]
at graphql.kickstart.tools.SchemaParser.createObject(SchemaParser.kt:125) ~[graphql-java-tools-12.0.2.jar:na]
at graphql.kickstart.tools.SchemaParser.parseSchemaObjects(SchemaParser.kt:81) ~[graphql-java-tools-12.0.2.jar:na]
See apollographql/federation-jvm#171 for more context
oryan-block commented
Should be resolved now.