A Quick GraphQL Overview
What is GraphQL ??
GraphQL is a query language . With the help of GraphQL you can get the exact data that you want from the API that you are requesting from.
This will help to get the under serverd data that we want . The problem with the REST API wa...
shikkhar.hashnode.dev3 min read