Skip to content

Commit 6e607ac

Browse files
committed
docs(readme): fix getIntrospectionQuery link
1 parent c465fed commit 6e607ac

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ If you want to lint your GraphQL schema, rather than queries, check out [cjoudre
2222

2323
### Importing schema JSON
2424

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.
2626

2727
### Retrieving a remote GraphQL schema
2828

0 commit comments

Comments
 (0)