From 6603845ff153463ce9de1d76167f499ce83a7538 Mon Sep 17 00:00:00 2001 From: Rishichandra Wawhal Date: Wed, 21 Nov 2018 12:52:54 +0530 Subject: [PATCH] render playground for custom resolvers boilerplate (close #1060) (#1065) --- community/boilerplates/custom-resolvers/src/index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/community/boilerplates/custom-resolvers/src/index.js b/community/boilerplates/custom-resolvers/src/index.js index 803ed92cf28..cfd36e2706b 100644 --- a/community/boilerplates/custom-resolvers/src/index.js +++ b/community/boilerplates/custom-resolvers/src/index.js @@ -35,7 +35,7 @@ const runServer = async () => { const server = new ApolloServer({ schema: finalSchema, introspection: true, - playground: false + playground: true }); // run the server