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) {