tot-ra / graphql-schema-registry

GraphQL schema registry
MIT License
372 stars 68 forks source link

Federation 2 support #140

Closed sofger closed 2 years ago

sofger commented 2 years ago

Apollo Fereation 2 was recently released. I don't know exactly how the registry of the new solution differs under the hood. However, very useful innovations have been introduced, so the question arises, do you plan to support federation 2?

Anyway, this is a cool project! Keep it up!

ehardy commented 2 years ago

Hello @sofger , this is something we are currently evaluating on our end. There will most probably be some library updates at a minimum. We will be happy to contribute back to the community any changes that might be necessary.

sofger commented 2 years ago

Thanks @ehardy! It's nice of you to support the community.

I hope the new solution does not differ much.

ehardy commented 2 years ago

FYI, the PR for federation v2 has officially been opened.

https://github.com/pipedrive/graphql-schema-registry/pull/142