Skip to main content

REST vs GraphQL

What is GraphQL?

7 mins
GraphQL is an API query language that lets clients request exactly the data they need. It solves over-fetching issues and speeds up frontend development but adds backend complexity.