You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -22,7 +22,7 @@ If you want to lint your GraphQL schema, rather than queries, check out [cjoudre
22
22
23
23
### Importing schema JSON
24
24
25
-
You'll need to import your [introspection query result](https://github.com/graphql/graphql-js/blob/master/src/utilities/introspectionQuery.js) or the schema as a string in the Schema Language format. This can be done if you define your ESLint config in a JS file.
25
+
You'll need to import your [introspection query result](https://github.com/graphql/graphql-js/blob/master/src/utilities/getIntrospectionQuery.js) or the schema as a string in the Schema Language format. This can be done if you define your ESLint config in a JS file.
0 commit comments