apollographql / federation-jvm

JVM support for Apollo Federation

Home Page:https://www.apollographql.com/docs/federation/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Add support for composing a federated graph.

patrickdronk opened this issue · comments

I might be missing it, but is composing graphs to a gateway graph on the roadmap?

Hi 👋 Can you share more details about your use case? Are you looking for something like Apollo Router but for the JVM? Or something else?

I'm sorry, I should've given more context.
I wanted to build a simple schema registry, with a validation step for composing a supergraph.
The typescript @apollo/federation package has the composeAndValidate function. I was hoping this jvm had it as well. But I couldn't find it.

Thanks for the context! Indeed, you're right. There's no composition code in federation-jvm. I updated the title of this issue to keep track of the feature request.

Hello 👋
Thanks for raising this but unfortunately this functionality is not on our roadmap at the moment and we won't be tackling it in the foreseeable future. We'll re-open this issue if things change.