How to implement apollo federation using springboot API?

I am new to apollo graphql federation. And I want to implement federated graphql using spring boot API. Can anybody suggest a tutorial specific to java and spring boot? or which library I should be using?

Hello,

There are a quite a few blog posts/tutorial talking about it, e.g. on medium. Personally I’d recommend to either go with Netflix DGS framework or official Spring GraphQL module (very similar to DGS but doesn’t have all the features yet, e.g. federated resolvers will require more code).

Example integrations: