GraphQL Introduction Articles for REST API-Minded People

Tadashi Shigeoka ·  Tue, April 13, 2021

I’ve compiled GraphQL introduction articles, so I’ll share them with you.

GraphQL

Background: GraphQL Introduction Articles for REST-Minded People

This article compiles the articles I read for engineers who have been developing with REST APIs to understand GraphQL.

GraphQL Introduction Articles

In my case, I started by reading GraphQL introduction articles that explained the differences from REST APIs.

GraphQL入門 (AWS AppSync) from Amazon Web Services Japan

GraphQL Use Cases

Since GitHub provides the GitHub GraphQL API v4, reading the official documentation of GitHub, which we engineers use daily, might deepen our understanding of GraphQL.

GraphQL API Design Reference Articles

That’s all from the Gemba.