moleculer-apollo-server icon indicating copy to clipboard operation
moleculer-apollo-server copied to clipboard

apollo released spec for federation of graphql servers

Open mailaneel opened this issue 6 years ago • 4 comments

https://www.apollographql.com/docs/apollo-server/federation/introduction/

mailaneel avatar Jul 08 '19 23:07 mailaneel

Commented on their roadmap with some suggested features, check my comment there: https://github.com/apollographql/apollo-server/issues/2360#issuecomment-528181647

If they make some of these changes it'd be probably easier to integrate moleculer and federation.

fernandobandeira avatar Sep 05 '19 17:09 fernandobandeira

https://github.com/iatzmon/moleculer-apollo-federation-example

icebob avatar Jan 22 '20 21:01 icebob

I would like suggest we public federation graphql to separate project so everyone can choose option match with task. This wil help package more lightweight. User often choose only 1 in 2 ways (graphql snitching or federation) anyway..

TrungRueta avatar Mar 17 '21 09:03 TrungRueta

Note: There is a hole here in that Apollo Federation does not currently support subscriptions (LINK):

Apollo Federation does not currently support GraphQL subscription operations.

To implement federation using Apollo federation would likely mean a regression in subscriptions, unless some form of hybrid approach was taken.

shawnmcknight avatar Apr 10 '21 13:04 shawnmcknight