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.
custom-rules.md
1 parent 1527514 commit e5b7072Copy full SHA for e5b7072
docs/custom-rules.md
@@ -58,7 +58,7 @@ This is useful if you wish to use other GraphQL tools that works with the origin
58
Here's an example for using original `graphql-js` validate method to validate `OperationDefinition`:
59
60
```ts
61
-import { validate } from 'graphql-js';
+import { validate } from 'graphql';
62
import { requireGraphQLSchemaFromContext } from '@graphql-eslint/eslint-plugin';
63
64
export const rule = {
0 commit comments