Phillip Krüger
Phillip Krüger
No update on this. You are welcome to provide a PR !!! :)
I do not think groups is supported. We can look into adding support. @jmartisk ? w.d.y.t ?
@t1 - this looks more like what we need to do - update the model to contain info on federation, and use that info in Bootstrap
Yes ! Thanks :)
Hi @mouseas . Thanks for this detailed issue. Do you perhaps have a small reproducer I can look at ?
@mouseas - not yet, but it;s on my TODO list :)
You can inject @Context from smallrye and get the requested fields from there
No this one https://github.com/phillip-kruger/graphql-experimental/blob/05cd20c6e9944471143f883939b105c676d49421/context-example/src/main/java/com/github/phillipkruger/service/PersonService.java#L30 See this example https://github.com/phillip-kruger/graphql-experimental/tree/main/context-example
import io.smallrye.graphql.api.Context;
Also see this : https://www.phillip-kruger.com/post/experimental_graphql/