Implementing GraphQL using Typescript and Node JS
Introduction to GraphQL and TypeScript
GraphQL is a query language for your API that allows clients to request exactly the data they need, and nothing more. It is often used as an alternative to REST APIs, which require clients to request fixed sets ...
varunsathreya.hashnode.dev8 min read