mirror of
https://github.com/apotdevin/thunderhub.git
synced 2025-02-23 14:40:27 +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,
|
||||
inject: [ConfigService],
|
||||
useFactory: (config: ConfigService) => ({
|
||||
autoSchemaFile: 'schema.gql',
|
||||
autoSchemaFile: config.get('isProduction') ? true : 'schema.gql',
|
||||
sortSchema: true,
|
||||
playground: config.get('playground'),
|
||||
introspection: config.get('playground'),
|
||||
|
|
Loading…
Add table
Reference in a new issue