Skip to content

Commit

Permalink
Fixed Validation 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 4c81729
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/content/learn/Learn-Validation.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ developers when an invalid query has been created, without having to rely
on runtime checks.

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

Expand Down

0 comments on commit 4c81729

Please sign in to comment.