We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 376616a commit 0528381Copy full SHA for 0528381
packages/apollo/tests/code-first-multigraph/main.ts
@@ -3,6 +3,11 @@ import { NestFactory } from '@nestjs/core';
3
import { ApplicationModule } from './app.module';
4
import { GatewayModule } from './gateway.module';
5
6
+/**
7
+ * This use case comes from the need for an application
8
+ * to be designed in a way which would allow future context
9
+ * separation from a deployment point of view.
10
+ */
11
export async function bootstrap() {
12
const app = await NestFactory.create(ApplicationModule);
13
app.useGlobalPipes(new ValidationPipe());
0 commit comments