Rüdiger zu Dohna
Rüdiger zu Dohna
@emmanuelsilva: that's great to hear. Just out of curiosity: what Federation server do you plan to use?
@emmanuelsilva: Then you might be interested to know about the federation server we started to write in 100% Java. It's yet still in a PoC/experimental stage, but I would be...
We don't have to force the `@Name` annotation, because defaulting to the simple class name is sufficient; but otherwise, I think that's just the only way to go. I haven't...
Yes, we need all subclasses of the Union-Interface and select the fields those contain. Nobody said this would be easy 🤪
While still experimental, the typesafe client generator already does this at compile time with an annotation processor. You use an annotation like `@GraphQlQuery("removeLabel(label: String) {clientMutationId}")` and it generates a method...
> Perhaps the generator could generate a `HeroOutput` type, by analyzing the query output definition? It still needs the schema to know which types the fields must have. And it...
Thanks, now I get it. I was confused by your examples with labelable ;-) The generator doesn't support labels, yet, but the schema is mainly required for the types, not...
I extracted the discussion about aliases (that's what the labels are called officially, see #611/#722) to #746. This issue is about loading queries/mutations from files instead of using the text...
Do I get this right: if the interface is `@Ignore`d, the subclasses should still be in the schema, but not with the common interface, which is possible in GraphQL? But...
@jmartisk: is this issues solved and can be closed?