Why GraphQL is a Better Choice for Building Microservices - DevOps.com
Briefly

RESTful APIs often result in over-fetching of data, leading to performance issues in microservices architectures, particularly in mobile networks.
Microservices encounter challenges with handling data spread across multiple services, which GraphQL efficiently addresses by fetching only the required data.
Complex data fetching requirements in microservices can be efficiently managed by GraphQL, reducing the latency and N+1 problem often faced in REST architectures.
Read at DevOps.com
[
add
]
[
|
|
]