From 86bc3afaf716f1003bbbc38973c9f577e35f072b Mon Sep 17 00:00:00 2001 From: El Juli Date: Sun, 1 Jul 2018 12:21:26 -0300 Subject: [PATCH] Add Fullstack GraphQL (#2913) * Add Fullstack GraphQL * Move book into GraphQL heading * Add GraphQL to index and create GraphQL header --- free-programming-books.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/free-programming-books.md b/free-programming-books.md index 0811fad9..848ec98c 100644 --- a/free-programming-books.md +++ b/free-programming-books.md @@ -52,6 +52,7 @@ * [Go](#go) * [Graphical user interfaces](#graphical-user-interfaces) * [Graphics Programming](#graphics-programming) +* [GraphQL](#graphql) * [Groovy](#groovy) * [Gradle](#gradle) * [Grails](#grails) @@ -267,6 +268,11 @@ * [The GLib/GTK+ Development Platform](https://people.gnome.org/~swilmet/glib-gtk-dev-platform.pdf) - Sébastien Wilmet (PDF) +### GraphQL + +* [Fullstack GraphQL](https://github.com/GraphQLCollege/fullstack-graphql) + + ### Language Agnostic #### Algorithms & Data Structures