Skip to content

Commit

Permalink
feat: re-enable introspection
Browse files Browse the repository at this point in the history
  • Loading branch information
willruggiano committed May 20, 2024
1 parent 571777d commit ffe8596
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions bin/app.ts
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ const httpServer = http.createServer(app);
const server = new ApolloServer<Context>({
resolvers,
typeDefs,
introspection: true,
plugins: [ApolloServerPluginDrainHttpServer({ httpServer })],
});

Expand Down

0 comments on commit ffe8596

Please sign in to comment.