Hello <@UGUMP8USE> this is lionel (from egencia) S...
# graphql-kotlin
l
Hello @Dariusz Kuc this is lionel (from egencia) SchemaPrinter is complaining about the the includeDirectivesFilter because there is apparently a types mistake in the predicate https://github.com/ExpediaGroup/graphql-kotlin/blob/5.5.0/generator/graphql-kotlin[…]p/graphql/generator/federation/FederatedSchemaGeneratorHooks.kt You have fixed it 8 days ago, but I am wondering if you consider bumping a 5.6.0 soon ?
d
Pretty sure the predicate issue is from using graphql-java 18 (pulled in by spring boot) with v5 of the lib
v6 is working with with new version of graphql java
l
Hey Dariusz, I see. Should I wait for v6 then ? I have upgraded my app to be starting with spring boot 2.7.1
d
Use v6 or explicitly downgrade graphql java to v17
l
ok thanks