Languages & Frameworks

GraphQL

English

Overview

A query language for APIs that lets the client specify exactly what shape of data it needs.

Details

Developed by Meta (formerly Facebook), it avoids REST's need to hit multiple endpoints — a single request can fetch just the fields you need, which prevents over-fetching and under-fetching of data.

More Programming terms