We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 4f4fc64 + b7e5209 commit acd6b97Copy full SHA for acd6b97
content/graphql/quick-start.md
@@ -69,7 +69,6 @@ import { ApolloDriver, ApolloDriverConfig } from '@nestjs/apollo';
69
imports: [
70
GraphQLModule.forRoot<ApolloDriverConfig>({
71
driver: ApolloDriver,
72
- debug: false,
73
playground: false,
74
}),
75
],
0 commit comments