Skip to content
This repository has been archived by the owner on Nov 23, 2024. It is now read-only.

Commit

Permalink
introspection
Browse files Browse the repository at this point in the history
  • Loading branch information
pieceowater committed Aug 26, 2024
1 parent 301c1fe commit dea6ede
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
"@nestjs/graphql": "^12.2.0",
"@nestjs/microservices": "^10.3.10",
"@nestjs/platform-express": "^10.0.0",
"@pieceowater-dev/lotof.lib.broadcaster": "^1.0.31",
"@pieceowater-dev/lotof.lib.broadcaster": "^1.0.33",
"amqp-connection-manager": "^4.1.14",
"amqplib": "^0.10.4",
"apollo-server-express": "^3.13.0",
Expand Down
1 change: 1 addition & 0 deletions src/app.module.ts
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ import { FriendshipModule } from './services/users/friendship/friendship.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 dea6ede

Please sign in to comment.