Skip to content

Commit

Permalink
Fixed Introspection example link
Browse files Browse the repository at this point in the history
  • Loading branch information
shan7030 committed May 26, 2021
1 parent 15fb368 commit 5aaa1e5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/content/learn/Learn-Introspection.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ queries it supports. GraphQL allows us to do so using the introspection
system!

For our Star Wars example, the file
[starWarsIntrospection-test.js](https://github.com/graphql/graphql-js/blob/main/src/__tests__/starWarsIntrospection-test.js)
[starWarsIntrospection-test.ts](https://github.com/graphql/graphql-js/blob/main/src/__tests__/starWarsIntrospection-test.ts)
contains a number of queries demonstrating the introspection system, and is a
test file that can be run to exercise the reference implementation's
introspection system.
Expand Down

0 comments on commit 5aaa1e5

Please sign in to comment.