Skip to content

Commit

Permalink
setting up graphql playground in prod
Browse files Browse the repository at this point in the history
  • Loading branch information
enochval committed Jun 4, 2024
1 parent eaebe20 commit 4708aca
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/app.module.ts
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,8 @@ import configuration from './config/configuration';
GraphQLModule.forRoot<ApolloDriverConfig>({
driver: ApolloDriver,
typePaths: ['./**/*.graphql'],

playground: true,
introspection: true,
// definitions: {
// path: join(process.cwd(), 'src/graphql.ts'),
// outputAs: 'class'
Expand Down

0 comments on commit 4708aca

Please sign in to comment.