You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: content/graphql/quick-start.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -58,8 +58,6 @@ export class AppModule {}
58
58
59
59
As mentioned, these options will be forwarded to the `ApolloServer` constructor.
60
60
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
-
63
61
<app-banner-enterprise></app-banner-enterprise>
64
62
65
63
#### GraphQL playground
@@ -82,6 +80,8 @@ GraphQLModule.forRoot({
82
80
}),
83
81
```
84
82
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
+
85
85
#### Code first
86
86
87
87
In the **code first** approach, you use decorators and TypeScript classes to generate the corresponding GraphQL schema.
0 commit comments