Say, we are launching an e-commerce website that people can use from their desktop and place orders.
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?
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.
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?
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.