Skip to content

Commit

Permalink
Update packages
Browse files Browse the repository at this point in the history
  • Loading branch information
danielailie committed Sep 11, 2023
1 parent b2d6aba commit 02586d0
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 6 deletions.
8 changes: 4 additions & 4 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@
"dataloader": "2.0.0",
"errorhandler": "1.5.1",
"form-data": "4.0.0",
"graphql": "16.6.0",
"graphql": "16.8.0",
"graphql-fields-list": "2.2.4",
"graphql-query-complexity": "0.12.0",
"graphql-relay": "0.10.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 @@ -50,6 +50,7 @@ import { MintersModuleGraph } from './modules/minters/minters.module';
TypeOrmModule.forRoot({ ...ormconfig, keepConnectionAlive: true }),
GraphQLModule.forRootAsync<ApolloDriverConfig>({
driver: ApolloDriver,
imports: [CommonModule],
useFactory: async () => ({
autoSchemaFile: 'schema.gql',
introspection: process.env.NODE_ENV !== 'production',
Expand Down
2 changes: 1 addition & 1 deletion src/main.ts
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ async function startPublicApp() {
const app = await NestFactory.create(AppModule, {
logger: new LoggerService(),
});
// app.use(graphqlUploadExpress());
app.use(graphqlUploadExpress());

const httpAdapterHostService = app.get<HttpAdapterHost>(HttpAdapterHost);

Expand Down

0 comments on commit 02586d0

Please sign in to comment.