527 Views
When it comes to API's, you traditionally will opt for a RESTful API that returns JSON data. Fortunately, the smart folks over at Evil Inc (Facebook) created something called GraphQL, which is one of the best things to happen to APIs since REST. Instead of defining controllers in your API and making calls to your ...
0 comments