Skip to content

Commit

Permalink
Fix issue apollographql#292
Browse files Browse the repository at this point in the history
  • Loading branch information
JESii committed May 11, 2021
1 parent c465fed commit 5300cb4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

### vNEXT

- _Nothing yet!_
- Fix broken README for introspection link : fixed issue #292

### v4.0.0

Expand Down
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/main/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 5300cb4

Please sign in to comment.