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...
Sep 6, 20254 min read2