From bbaf18a394b78f15562aa65fc14c64bf9d650764 Mon Sep 17 00:00:00 2001 From: Sendou Date: Wed, 25 Mar 2020 14:48:01 +0200 Subject: [PATCH] introspection: true --- index.js | 1 + 1 file changed, 1 insertion(+) diff --git a/index.js b/index.js index 3ea565ab3..4ae78fbab 100644 --- a/index.js +++ b/index.js @@ -85,6 +85,7 @@ mongoose }) const server = new ApolloServer({ + introspection: true, schema, context: ({ req }) => { if (process.env.LOGGED_IN) {