Skip to content

Commit

Permalink
Update app.module.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
pieceowater committed Aug 26, 2024
1 parent d770f47 commit 6915355
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/app.module.ts
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ import { ItemsModule } from './services/items/items.module';
autoSchemaFile: join(process.cwd(), 'schema.gql'),
sortSchema: true,
playground: false,
introspection: true,
plugins: [
// eslint-disable-next-line @typescript-eslint/no-var-requires
require('apollo-server-core').ApolloServerPluginLandingPageLocalDefault(
Expand Down

0 comments on commit 6915355

Please sign in to comment.