From 4e655e3753df674675dff8aad6c3efdf274c36d8 Mon Sep 17 00:00:00 2001 From: Nater Date: Thu, 10 Jan 2019 07:40:36 -0600 Subject: [PATCH] Add new tutorial to Community-Resources Adds a recently published GitHub project and tutorial for adding advanced features to a GraphQL server often needed in enterprise deployments. --- site/community/Community-Resources.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/site/community/Community-Resources.md b/site/community/Community-Resources.md index c3803e945d..2321b8f209 100644 --- a/site/community/Community-Resources.md +++ b/site/community/Community-Resources.md @@ -124,3 +124,5 @@ To explore other community-developed resources and content about GraphQL, take a - [GraphQL World](https://graphql-world.com): Global community of GraphQL developers and events - [GraphQL Talks](https://www.graph.cool/talks/): Find & Watch the best GraphQL Talks - [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 +- [Advanced GraphQL Server Tutorial](https://github.com/hydrateio/advanced-graphql-server-tutorial): GitHub project and tutorial for implementing more advanced features in GraphQL Server +