GraphQL Usage Notes

The API I wanted to use was written in GraphQL. Since this was my first time using GraphQL, I thought I would make a brief note on how to use GraphQL from the client side. What is GraphQL? GraphQL is an API specification developed by Facebook. Compared to the REST API, it has the advantage of reduc…