Skip to content

Commit bde0d36

Browse files
Merge pull request #2295 from ogunsoladebayo/patch-1
Update quick-start.md
2 parents 899a1d0 + dfb42de commit bde0d36

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/graphql/quick-start.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ The `forRoot()` method takes an options object as an argument. These options are
5959
@@filename()
6060
import { Module } from '@nestjs/common';
6161
import { GraphQLModule } from '@nestjs/graphql';
62-
import { ApolloDriver } from '@nestjs/apollo';
62+
import { ApolloDriver, ApolloDriverConfig } from '@nestjs/apollo';
6363

6464
@Module({
6565
imports: [

0 commit comments

Comments
 (0)