Skip to content

Commit acd6b97

Browse files
Merge pull request #2722 from ilkinm03/patch-2
docs: remove unknown property
2 parents 4f4fc64 + b7e5209 commit acd6b97

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

content/graphql/quick-start.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,6 @@ import { ApolloDriver, ApolloDriverConfig } from '@nestjs/apollo';
6969
imports: [
7070
GraphQLModule.forRoot<ApolloDriverConfig>({
7171
driver: ApolloDriver,
72-
debug: false,
7372
playground: false,
7473
}),
7574
],

0 commit comments

Comments
 (0)