introspection: true

This commit is contained in:
Sendou
2020-03-25 14:48:01 +02:00
parent 38dae06b42
commit bbaf18a394

View File

@@ -85,6 +85,7 @@ mongoose
})
const server = new ApolloServer({
introspection: true,
schema,
context: ({ req }) => {
if (process.env.LOGGED_IN) {