Dariusz Kuc

Results 122 comments of Dariusz Kuc

Its doable but somewhat clunky -> it implies folks have to write Javascript to run tests (and many libraries are not Javascript based). Ideally they could just run some executable...

As of v3.5.0 all federation directives except for `@composeDirective` (https://github.com/Gusto/apollo-federation-ruby/issues/228) are supported by this lib. Should this be closed? Latest compatibility results -> https://github.com/apollographql/apollo-federation-subgraph-compatibility/pull/402#issuecomment-1465298184

This is partially resolved by #1839. Keeping this issue open to track potential usability improvements in the future.

👋 I've added another overloaded `transform` method to `federation-jvm` that allows folks to specify custom generator options. This is available starting with v`5.0.0` which was just released (bumps `graphql-java` dependency...

Should this issue be closed? Looks like library is supporting all v2.0 features (I opened up #72 and #73 for fed 2.3 support)

FYI federation v1 required SDL modifications to strip out the fed definitions but fed v2 accepts full schemas -> there is no need to filter anything so you could just...

Instead of using `ClassGraph` to scan your classpath (which was only used for obtaining polymorphic type hierarchy and to locate federated entities), you can now explicitly specify this information when...

> @samuelAndalon I'll find some time soon -- when I get a PR up for it, do you think a 6.x release with Ktor 2.2.x is in the cards? @maxpiepenbrink...

👋 any luck with debugging windows issue on this?