From 41d4245eafc9540ad41d6a6acaee7814bf07c846 Mon Sep 17 00:00:00 2001 From: Kristian Freeman Date: Wed, 29 May 2019 13:42:38 -0500 Subject: [PATCH] KV binding details in readme --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index a0622b3..76c84f7 100644 --- a/README.md +++ b/README.md @@ -1 +1,3 @@ workers + graphql playground + +deploying this project requires a KV binding called `GRAPHQL_ON_WORKERS` to be defined for your application. if you don't want to set this up, comment out [this line](https://github.com/signalnerve/workers-graphql/blob/master/src/handlers/apollo.js#L43) before deploy