sanvikalx

Results 1 comments of sanvikalx

@oryan-block The issue is still reproducing in latest 14.0.0 version E.g. https://github.com/sanvikalx/schema-directives-support/blob/master/src/test/java/org/example/SchemaDirectivesSupportTest.java ``` @Test void testIt() { GraphQLSchema graphQLSchema = SchemaParser.newParser().schemaString(""" extend schema @link(url: "https://specs.apollo.dev/federation/v2.3", import: ["@key", "@shareable", "@inaccessible"]) type...