Skip to content

Commit d823704

Browse files
committed
docs(graphql): moved warning
1 parent e8cf2bc commit d823704

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
@@ -58,8 +58,6 @@ export class AppModule {}
5858

5959
As mentioned, these options will be forwarded to the `ApolloServer` constructor.
6060

61-
> warning **Warning** If you use the `apollo-server-fastify` package with multiple GraphQL endpoints in a single application, enable the `disableHealthCheck` setting to` true` in the configuration` GraphQLModule`.
62-
6361
<app-banner-enterprise></app-banner-enterprise>
6462

6563
#### GraphQL playground
@@ -82,6 +80,8 @@ GraphQLModule.forRoot({
8280
}),
8381
```
8482

83+
> warning **Warning** If you use the `apollo-server-fastify` package with multiple GraphQL endpoints in a single application, enable the `disableHealthCheck` setting to` true` in the configuration` GraphQLModule`.
84+
8585
#### Code first
8686

8787
In the **code first** approach, you use decorators and TypeScript classes to generate the corresponding GraphQL schema.

0 commit comments

Comments
 (0)