Introduction to Graph QL
Query what you need! not everything, a better REST!!! Query what you need! not everything, a better REST GraphQL is a query language for APIs and a run time for fulfilling those queries with your existing data. GraphQL is the better REST. No-more Over fetching and Under fetching… A scenario In your app, you need to display logged in user name and full name on the right top corner. But you want only user name and full name. ...