GraphQL: an overview and practical examples
GraphQL is a query language for your API. It was developed by Facebook as an alternative to REST APIs, which have been the standard for API design in the past. GraphQL allows developers to request exactly the data they need, and nothing more, in a si...
snehasish.hashnode.dev5 min read