Skip to content

Commit

Permalink
changed auto schema generation path to dist folder
Browse files Browse the repository at this point in the history
  • Loading branch information
ckekula committed Oct 15, 2024
1 parent 587819d commit 51b5e7e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion backend/src/app.module.ts
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ import { UploadModule } from './modules/upload/upload.module';

GraphQLModule.forRoot<ApolloDriverConfig>({
driver: ApolloDriver,
// autoSchemaFile: 'src/graphql/schema.gql',
autoSchemaFile: 'dist/graphql/schema.gql',
playground: true
}),

Expand Down

0 comments on commit 51b5e7e

Please sign in to comment.