hacker (2) Created using Figma

Articles

Here are some of the articles I've written

Understanding Mutations in GraphQL

Jun 27, 2017

5 mins

Originally published on scotch.io We started with Build a Simple GraphQL API Server With Express and NodeJS, then Understanding GraphQL API Queries, now let’s take a dive into Mutations in GraphQL.

Understanding GraphQL API Queries

Jun 19, 2017

5 mins

Originally published on scotch.io Queries in GraphQL enable you to request for data like GET verb in REST API. A GraphQL query allows you to specify the shape you want to retrieve data from a server.