2 Comments

Nice Article Arpit (as always).

Even if we don't use the micro-services architecture,

Would you suggest to add this layer for monolith apps for different REST APIs response needs (mobile,Web)?.

Or should we prefer going with GraphQL as a practice?

What are your thoughts?

Expand full comment

You can leverage that to parallelize calls to monolith so that client would make just one call that translates into multiple parallel calls on monolith giving clients a better performance.

Expand full comment