mirror of
https://github.com/apotdevin/thunderhub.git
synced 2025-02-24 06:47:41 +01:00
chore: prod schema file change
This commit is contained in:
parent
3f52833bcf
commit
2b036ab39a
1 changed files with 1 additions and 1 deletions
|
@ -59,7 +59,7 @@ export type JwtObjectType = {
|
||||||
driver: ApolloDriver,
|
driver: ApolloDriver,
|
||||||
inject: [ConfigService],
|
inject: [ConfigService],
|
||||||
useFactory: (config: ConfigService) => ({
|
useFactory: (config: ConfigService) => ({
|
||||||
autoSchemaFile: 'schema.gql',
|
autoSchemaFile: config.get('isProduction') ? true : 'schema.gql',
|
||||||
sortSchema: true,
|
sortSchema: true,
|
||||||
playground: config.get('playground'),
|
playground: config.get('playground'),
|
||||||
introspection: config.get('playground'),
|
introspection: config.get('playground'),
|
||||||
|
|
Loading…
Add table
Reference in a new issue