GraphQL
Flexible query language for APIs with precise data fetching.
GraphQL is a query language for APIs developed by Meta. Unlike REST, clients can request exactly the data they need – no more and no less. This eliminates over- and under-fetching, reduces network requests, and enables type-safe API development.