Skip to content

Commit 801d772

Browse files
Merge pull request #1837 from Tony133/docs/fastify-graphql-warning
docs(graphql): added warning
2 parents 89307e7 + a6e4af1 commit 801d772

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

content/graphql/quick-start.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -80,6 +80,8 @@ GraphQLModule.forRoot({
8080
}),
8181
```
8282

83+
> 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.
84+
8385
#### Code first
8486

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

0 commit comments

Comments
 (0)