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).