Understanding and Implementing GraphQL
Understanding GraphQL: Why Do We Need It?
GraphQL is a query language for APIs and a runtime for executing those queries using a type system defined for your data. It offers a flexible and efficient alternative to REST APIs, solving several problems ...
amanog.hashnode.dev4 min read