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.