Skip to content

Commit b7e5209

Browse files
authored
docs: remove unknown property
Removed unknow `debug` property from GraphQLModule. `TS2345: Argument of type '{ driver: typeof ApolloDriver; debug: boolean; playground: false; }' is not assignable to parameter of type 'ApolloDriverConfig'.`
1 parent 65b5bce commit b7e5209

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)