From 270baf8094225bbc9ca70977e4257eaeb80023a4 Mon Sep 17 00:00:00 2001 From: Trevor Blades Date: Fri, 12 Oct 2018 00:31:32 -0400 Subject: [PATCH] Enable introspection --- index.js | 1 + 1 file changed, 1 insertion(+) diff --git a/index.js b/index.js index 5638496..c6f3469 100644 --- a/index.js +++ b/index.js @@ -13,6 +13,7 @@ function toArray(object) { const server = new ApolloServer({ typeDefs, resolvers, + introspection: true, playground: true, context: { continents: Object.entries(continents).map(([code, name]) => ({