What is GraphQL and how to use it

added by JavaScript Kicks
12/24/2018 8:30:43 AM

627 Views

It is basically a query language for API's GraphQL shows what are the different types of data provided by the server and then the client can pick exactly what it wants. Also in GraphQL you can get multiple server resources in One call rather than making multiple REST API calls.


0 comments