7. GraphQL - Node.js
GraphQL is a query language for APis and runtime to execute these queries. Unlike REST (multiple endpoints), GraphQL has a single endpoint where clients specify exactly what they want.
GraphQL vs REST
RESTGraphQL
It have multiple endpoints (/u...
ayynode.hashnode.dev4 min read