Pepijn Overbeeke
Pepijn Overbeeke
I think the problem is the `-a` option which I was still using from when I had URxvt. Then pywal tried to set the background of alacritty to '[94]#0d1018' instead...
Ah, then I think I know the problem. I try to use Apollo federation and in order to do that I use the federation-jvm repostiroty (https://github.com/apollographql/federation-jvm). The Apollo federation service...
Suppose you already have a graphql schema. What the federation-jvm does is it adds two queries to the root, `_service` and `_entities`: ```graphql type Query { ... _service: _Service _entities(representation:...
Thanks for the quick reply, it looks like it fits exactly how my intended solution would look like and I will certainly try to see if this solution fits my...
I don't know which branch contains the `TypedElement`. However, using `getJavaType` instead of `getTypedElement` works just as fine. If the fields in the classes are private and there are setters...