Skip to content

Commit 4380a89

Browse files
committed
docs(graphql): update quick-start.md
1 parent 1767abb commit 4380a89

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

content/graphql/quick-start.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ GraphQLModule.forRoot({
101101
}),
102102
```
103103

104-
> warning **Warning** If you use the `apollo-server-fastify` package with multiple GraphQL endpoints in a single application, make sure to enable the `disableHealthCheck` setting in the `GraphQLModule` configuration.
104+
> warning **Warning** If you use the `@apollo/server` with `@as-integrations/fastify` package with multiple GraphQL endpoints in a single application, make sure to enable the `disableHealthCheck` setting in the `GraphQLModule` configuration.
105105
106106
#### Code first
107107

@@ -234,7 +234,7 @@ To use [Apollo Sandbox](https://www.apollographql.com/blog/announcement/platform
234234
import { ApolloDriver, ApolloDriverConfig } from '@nestjs/apollo';
235235
import { Module } from '@nestjs/common';
236236
import { GraphQLModule } from '@nestjs/graphql';
237-
import { ApolloServerPluginLandingPageLocalDefault } from 'apollo-server-core';
237+
import { ApolloServerPluginLandingPageLocalDefault } from '@apollo/server/plugin/landingPage/default';
238238

239239
@Module({
240240
imports: [

0 commit comments

Comments
 (0)