From 6e607ac50a90af6b13d0a6cf2b5974b6f3cdab62 Mon Sep 17 00:00:00 2001 From: Hongbo Miao Date: Sat, 5 Sep 2020 05:45:42 +0800 Subject: [PATCH] docs(readme): fix getIntrospectionQuery link --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index a85a642..eccf326 100644 --- a/README.md +++ b/README.md @@ -22,7 +22,7 @@ If you want to lint your GraphQL schema, rather than queries, check out [cjoudre ### Importing schema JSON -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. +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. ### Retrieving a remote GraphQL schema