From 98a58404de46b4b20d2d1424eef24f12d623df99 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jo=C3=A3o=20Geonizeli?= Date: Tue, 20 Sep 2022 15:38:02 -0300 Subject: [PATCH] enable introspection on production --- src/app.module.ts | 1 + 1 file changed, 1 insertion(+) 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()], }), ],