Skip to content

Commit

Permalink
introspection on stanfurdtime
Browse files Browse the repository at this point in the history
  • Loading branch information
maxmwang committed Apr 11, 2024
1 parent c35fc10 commit 6b1fbb3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions backend/src/bootstrap/loaders/apollo.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ export default async () => {
const server = new ApolloServer({
schema,
plugins: [ApolloServerPluginLandingPageLocalDefault({ includeCookies: true })],
introspection: true, // TODO(production): disable introspection upon final deployment
});
await server.start();

Expand Down

0 comments on commit 6b1fbb3

Please sign in to comment.