We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4a2ca54 commit d60a167Copy full SHA for d60a167
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