A brief introduction to GraphQL
What is GraphQL?
GraphQL is a query language and runtime for APIs. It was created by Facebook and open-sourced in 2015.
In simple terms, GraphQL is:
A query language: It provides a syntax for clients to define the exact data they need from an API.
...
blog.hemant.lol3 min read