diff --git a/src/app.module.ts b/src/app.module.ts index 1b3a023..00f53d6 100644 --- a/src/app.module.ts +++ b/src/app.module.ts @@ -22,6 +22,7 @@ import { httpCacheAdapter } from './utils/httpCacheAdapter'; driver: ApolloDriver, autoSchemaFile: join(process.cwd(), 'src/schema.gql'), playground: false, + introspection: true, plugins: [ApolloServerPluginLandingPageLocalDefault()], }), ],