From a7537bbcedce2a336ff6432898c205ea2aef678d Mon Sep 17 00:00:00 2001 From: Uri Goldshtein Date: Wed, 6 May 2020 14:11:15 +0200 Subject: [PATCH] Add the GraphQL WhatsApp Clone Tutorial to resources --- 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 4e763a5cc3..043f59f396 100644 --- a/site/community/Community-Resources.md +++ b/site/community/Community-Resources.md @@ -122,3 +122,4 @@ To explore other community-developed resources and content about GraphQL, take a - [awesome-graphql](https://github.com/chentsulin/awesome-graphql): A fantastic community maintained collection of libraries, resources, and more. - [graphql-apis](https://github.com/APIs-guru/graphql-apis): A collective list of public GraphQL APIs. - [Basically, Full-stack GraphQL](https://github.com/TejasQ/basically-fullstack-graphql): A code-based introduction to working with GraphQL on the client _and_ server in plain English +- [GraphQL WhatsApp Clone Tutorial](https://www.tortilla.academy/Urigo/WhatsApp-Clone-Tutorial/): A full stack tutorial to create a fully functional WhatsApp clone using GraphQL, React, Typescript and Postgres.