Should micro-services query the database directly or go through graph ql api?

23 views Asked by At

I am asking from a good design point of view.

Should micro-services query the database directly or go through graph ql api? Let say I have something like a step function, should I query MongoDB directly or use graph ql api?

Is this a common or used architecture design?

I am trying to fully understand the use cases of Graph QL.

0

There are 0 answers