Skip to content

Commit

Permalink
chore: OpenShift
Browse files Browse the repository at this point in the history
  • Loading branch information
cbolles committed Jul 8, 2024
1 parent d2b01fc commit ed884a6
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
1 change: 0 additions & 1 deletion packages/gateway/src/app.module.ts
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@ import configuration from './config/configuration';
driver: ApolloGatewayDriver,
useFactory: async (configService: ConfigService) => ({
autoSchemaFile: {
path: 'schema.gql',
federation: 2
},
gateway: {
Expand Down
3 changes: 1 addition & 2 deletions packages/server/src/app.module.ts
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,7 @@ import { CommentModule } from './comment/comment.module';
}),
GraphQLModule.forRoot<ApolloFederationDriverConfig>({
autoSchemaFile: {
federation: 2,
path: 'schema.gql'
federation: 2
},
driver: ApolloFederationDriver
}),
Expand Down

0 comments on commit ed884a6

Please sign in to comment.