Skip to content

Commit

Permalink
docs(reademe): fix getIntrospectionQuery link
Browse files Browse the repository at this point in the history
  • Loading branch information
hongbo-miao authored Sep 4, 2020
1 parent c465fed commit d662e91
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit d662e91

Please sign in to comment.