From 01d104b51c52390757198612d9f517f85e2e9876 Mon Sep 17 00:00:00 2001 From: Truong Hoang Dung Date: Wed, 15 Aug 2018 21:08:03 +0700 Subject: [PATCH] Add note for newscomers not to waste time to try. --- advanced/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/advanced/README.md b/advanced/README.md index 5bd15ac9..6713f6d6 100644 --- a/advanced/README.md +++ b/advanced/README.md @@ -15,7 +15,7 @@ - **Tooling**: Out-of-the-box support for [GraphQL Playground](https://github.com/prisma/graphql-playground) & [query performance tracing](https://github.com/apollographql/apollo-tracing) - **Extensible**: Simple and flexible [data model](./database/datamodel.graphql) – easy to adjust and extend - **No configuration overhead**: Preconfigured [`graphql-config`](https://github.com/prisma/graphql-config) setup -- **Realtime updates**: Support for GraphQL subscriptions +- **Realtime updates**: Support for GraphQL subscriptions (Currently broken) For a fully-fledged **GraphQL & Node.js tutorial**, visit [How to GraphQL](https://www.howtographql.com/graphql-js/0-introduction/). You can more learn about the idea behind GraphQL boilerplates [here](https://blog.graph.cool/graphql-boilerplates-graphql-create-how-to-setup-a-graphql-project-6428be2f3a5).