Content Deep Dive
GraphQL vs. REST
Blog post from Apollo
Post Details
Company
Date Published
Author
Sashko Stubailo
Word Count
2,496
Language
English
Hacker News Points
-
Source URL
Summary
GraphQL vs. REST: A comparison of two API paradigms, where GraphQL has a more flexible schema, allows for multiple fields to be executed in one request, and enables the consumer to decide which related resources to fetch, while both have similar concepts of endpoints and resource identification, with REST being more traditional and linear in its approach.