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