From 158a9d7419c2ad79c1544b3a36225bf95848331f Mon Sep 17 00:00:00 2001 From: Trevor Blades Date: Thu, 11 Oct 2018 23:59:58 -0400 Subject: [PATCH] Set playground to true --- index.js | 1 + 1 file changed, 1 insertion(+) diff --git a/index.js b/index.js index 4452820..5638496 100644 --- a/index.js +++ b/index.js @@ -13,6 +13,7 @@ function toArray(object) { const server = new ApolloServer({ typeDefs, resolvers, + playground: true, context: { continents: Object.entries(continents).map(([code, name]) => ({ code,