Company
Date Published
Author
Sashko Stubailo
Word count
2496
Language
English
Hacker News points
None

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.