Skip to content

Latest commit

 

History

History
9 lines (6 loc) · 431 Bytes

File metadata and controls

9 lines (6 loc) · 431 Bytes

GraphQL

How it’s different from REST API?

REST GraphQL
It has multiple endpoints. It has only one endpoint
E.g. /posts/123, /posts?author=4321, /posts/123/comments E.g. /graphql