GraphQL in JavaScript: An Introduction
A fundamental intro to GraphQL and how to use it with Express to serve your APIs
This article acts as an introductory to GraphQL, an API query language and runtime, that assumes no prior knowledge from the reader. It breaks down what GraphQL is — and why now is the time to take notice. The benefits it has over traditional REST APIs will be…