Back to Developer Roadmap

What is GraphQL

src/data/roadmaps/graphql/content/[email protected]

4.0604 B
Original Source

What is GraphQL

GraphQL is a query language for APIs and server-side runtime that lets clients request exactly the data they need. Unlike REST, it uses a type system to define data structure and allows fetching multiple resources in a single request, reducing over-fetching and under-fetching problems.

Visit the following resources to learn more: