DEV Community

Discussion on: GraphQL (microservices) architecture by Apollo

Collapse
 
prvnbist profile image
Praveen Bisht

I've been fiddling with apollo federation for a while now, one thing that I don't seem to understand is mutations.
For ex. a mutation which needs to update mongodb database in two different services, in that case do I still have to explicitly make a request to individual services or does apollo federation has solution for that too?