All the GraphQL tutorials โคต๏ธ
-
GraphQL API vs REST API
The main differences between REST and GraphQL and when it's best to use one vs the other
-
How to authenticate using GraphQL Cookies and JWT
An authentication process example for a GraphQL API powered by Apollo, using Cookies and JWT
-
How to create a GraphQL Server with Node.js and Express
A simple tutorial on how to create a Node.js and Express powered GraphQL server
-
A complete introduction to Apollo, the GraphQL toolkit
Apollo is a suite of tools to create a GraphQL server, and to consume a GraphQL API. Let's explore Apollo in detail, both Apollo Client and Apollo Server.
-
An introduction to GraphQL
GraphQL is a query language for your API, and a set of server-side runtimes (implemented in various backend languages) for executing queries