From 6f7429c51d1b3d5f1e0bc9a585ab5caef65cc16a Mon Sep 17 00:00:00 2001 From: Ejidike Esther Date: Fri, 21 Oct 2022 03:44:57 +0100 Subject: [PATCH] Add Graphql course (#8739) --- more/free-programming-interactive-tutorials-en.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/more/free-programming-interactive-tutorials-en.md b/more/free-programming-interactive-tutorials-en.md index e34335fb7..5fed8a8cc 100644 --- a/more/free-programming-interactive-tutorials-en.md +++ b/more/free-programming-interactive-tutorials-en.md @@ -15,6 +15,7 @@ * [Git](#git) * [GLSL](#glsl) * [Go](#go) +* [GraphQL](#graphql) * [Haskell](#haskell) * [HTML and CSS](#html-and-css) * [Bootstrap](#bootstrap) @@ -158,6 +159,11 @@ * [The Go Tutorial](http://tour.golang.org) +### GraphQL + +* [Apollo Odyssey](https://www.apollographql.com/tutorials/) + + ### Haskell * [Try Haskell!](http://tryhaskell.org)