From 215994bfaf8ec8ef5bd59a3bfa3693d4bc209310 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Loren=20=E2=98=BA=EF=B8=8F?= <251288+lorensr@users.noreply.github.com> Date: Mon, 11 Jun 2018 15:40:45 -0400 Subject: [PATCH 1/2] Add books to Community-Resources.md --- site/community/Community-Resources.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/site/community/Community-Resources.md b/site/community/Community-Resources.md index 16a71295c1..5919e822b6 100644 --- a/site/community/Community-Resources.md +++ b/site/community/Community-Resources.md @@ -95,6 +95,9 @@ Developers inside and outside of Facebook have given talks about GraphQL at conf ## Books +- [The GraphQL Guide](https://graphql.guide) by John Resig and Loren Sands-Ramshaw +- [Learning GraphQL](https://www.amazon.com/Learning-GraphQL-Declarative-Fetching-Modern/dp/1492030716/) by Eve Porcello and Alex Banks +- [Fullstack GraphQL](https://www.graphql.college/fullstack-graphql) by Julian Mayorga - [Learning GraphQL and Relay](https://www.packtpub.com/web-development/learning-graphql-and-relay) by Samer Buna ## More Resources From 2eb675857ec6ce4bc70bbc016476c4f4b6e19234 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Loren=20=E2=98=BA=EF=B8=8F?= <251288+lorensr@users.noreply.github.com> Date: Mon, 11 Jun 2018 17:26:22 -0400 Subject: [PATCH 2/2] Add Elixir book --- site/community/Community-Resources.md | 1 + 1 file changed, 1 insertion(+) diff --git a/site/community/Community-Resources.md b/site/community/Community-Resources.md index 5919e822b6..818695ed7d 100644 --- a/site/community/Community-Resources.md +++ b/site/community/Community-Resources.md @@ -98,6 +98,7 @@ Developers inside and outside of Facebook have given talks about GraphQL at conf - [The GraphQL Guide](https://graphql.guide) by John Resig and Loren Sands-Ramshaw - [Learning GraphQL](https://www.amazon.com/Learning-GraphQL-Declarative-Fetching-Modern/dp/1492030716/) by Eve Porcello and Alex Banks - [Fullstack GraphQL](https://www.graphql.college/fullstack-graphql) by Julian Mayorga +- [Craft GraphQL APIs in Elixir with Absinthe](https://pragprog.com/book/wwgraphql/craft-graphql-apis-in-elixir-with-absinthe) by Bruce Williams and Ben Wilson - [Learning GraphQL and Relay](https://www.packtpub.com/web-development/learning-graphql-and-relay) by Samer Buna ## More Resources