A basic GraphQL API

This blog is a second blog in the GraphQL series. In the first blog, we have seen the changes which GraphQL has brought from the days of RESTful service. In this blog, we will see a working demo of a GraphQL service where we will cover things like Resolvers Queries Mutations GraphiQL These things will … Continue reading A basic GraphQL API

GraphQL Vs REST & Introduction to GraphQL

We all have created numerous REST services so much so that eventually REST has become a de facto standard for creating web based API and surely they have served the purpose really well. However with changing technological needs we have encountered multiple situations where REST seems limiting. Things like versioning and supporting multiple kind of … Continue reading GraphQL Vs REST & Introduction to GraphQL