GraphQL is a query language for APIs. It lets clients request exactly the data they need, reducing over-fetching and under-fetching.## Why GraphQL?- Fetch only needed data in a single request- Strongl