hi, when using apollo federation, would using apol...
# graphql-kotlin
g
hi, when using apollo federation, would using apollo graph manager be recommended for this? It's possible to use it for the gateway but would there be a way registering services shown here: https://www.apollographql.com/docs/graph-manager/federation/#registering-federated-services or is there a more recommended way for a non apollo js server? Because preventing breaking changes would be quite helpful.
d
AFAIK you can use apollo-server with federation without graph manager
as we do in our example
Graph Manager is a commercial paid offering from Apollo
and yes it is pretty useful but technically you could implement similar features yourself