Skip to content

Commit

Permalink
fix: remove absolute gql schema path
Browse files Browse the repository at this point in the history
  • Loading branch information
temarusanov committed Jun 29, 2023
1 parent 8a90537 commit 83f6021
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/api/src/app/app.module.ts
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ import { ApolloDriver } from '@nestjs/apollo'
}),
GraphQLModule.forRoot({
driver: ApolloDriver,
autoSchemaFile: 'apps/api/schema.graphql',
autoSchemaFile: '../../schema.graphql',
playground: false,
plugins: [ApolloServerPluginLandingPageLocalDefault()],
}),
Expand Down

0 comments on commit 83f6021

Please sign in to comment.