Is there a GraphQL federation gateway in Java / SpringBoot. Couldn't find any implementations in java. Saw few example with federated graph but the gateway was on native node .
Checked both Apollo and netflix DGS .
Is there a GraphQL federation gateway in Java / SpringBoot. Couldn't find any implementations in java. Saw few example with federated graph but the gateway was on native node .
Checked both Apollo and netflix DGS .
If you want a spring-boot federation Gateway, it seems you have to code one.
Here you will find several code sample.
There you will find an associated documentation.