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 3f0e19d + eedd038 commit e59f687Copy full SHA for e59f687
content/graphql/complexity.md
@@ -19,7 +19,8 @@ $ npm install --save graphql-query-complexity
19
Once the installation process is complete, we can define the `ComplexityPlugin` class:
20
21
```typescript
22
-import { GraphQLSchemaHost, Plugin } from '@nestjs/graphql';
+import { GraphQLSchemaHost } from "@nestjs/graphql";
23
+import { Plugin } from "@nestjs/apollo";
24
import {
25
ApolloServerPlugin,
26
GraphQLRequestListener,
0 commit comments