Rüdiger zu Dohna
Rüdiger zu Dohna
If a client sends a `null` value (e.g. in the `variables`), the server throws an `IllegalArgumentException`.
SmallRye GraphQL should be listed on the [Apollo Federation Subgraph Compatibility](https://github.com/apollographql/apollo-federation-subgraph-compatibility#java--kotlin). This seems to require some tests passing.
There are a few new directives in [GraphQL Federation 2](https://www.apollographql.com/docs/federation/federation-2/new-in-federation-2/), e.g. `@shareable`. We need to add new annotations and update some of our existing annotations.
I have a `ClientResponseFilter` that throws unchecked business exceptions. JAX-RS wraps them in `ResponseProcessingException`, which forces the client code to unwrap them manually. I'd like to have a way to...
After updating to version 2.8.0, I get an error from (the admittedly old version of) Apollo: `Invalid definition for directive "@key": argument "fields" should have type "_FieldSet!" but found type...
In Java records, the components (a.k.a. properties) can be accessed without a `get` prefix as it was specified for JavaBeans. Lombok calls this prefix-less accessor style "fluent". We obviously don't...
The `GraphQLClientException` could also provide the partial result returned by the service.
In 1.9.1, enabling Federation is not automatic any more and is only possible with a system property