Skip to content

Commit 2774933

Browse files
chore(): update error log
1 parent 6118e5c commit 2774933

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/graphql/lib/graphql.module.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -162,7 +162,7 @@ export class GraphQLModule<
162162
private static assertDriver(options: Record<string, any>) {
163163
if (!options.driver) {
164164
const errorMessage =
165-
'Missing "driver" option. In the latest version of "@nestjs/graphql" package (v10) a new required configuration property called "driver" has been introduced. Check out the official documentation for more details on how to migrate ("Quick start" chapter).';
165+
'Missing "driver" option. In the latest version of "@nestjs/graphql" package (v10) a new required configuration property called "driver" has been introduced. Check out the official documentation for more details on how to migrate (https://docs.nestjs.com/graphql/migration-guide).';
166166
this.logger.error(errorMessage);
167167
throw new Error(errorMessage);
168168
}

0 commit comments

Comments
 (0)