6

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 .

https://github.com/Netflix/dgs-federation-example.

Michael George
  • 647
  • 9
  • 15

1 Answers1

3

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.

bdulac
  • 1,686
  • 17
  • 26