We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7c36326 commit f681b3aCopy full SHA for f681b3a
README.md
@@ -254,7 +254,7 @@ GraphQL queries declaratively describe what data the issuer wishes
254
to fetch from whoever is fulfilling the GraphQL query.
255
256
For our Star Wars example, the
257
-[starWarsQueryTests.js](https://github.com/graphql/graphql-js/blob/master/src/__tests__/starWarsQueryTests.js)
+[starWarsQueryTests.js](https://github.com/graphql/graphql-js/blob/master/src/__tests__/starWarsQuery-test.js)
258
file in the GraphQL.js repository contains a number of queries and responses.
259
That file is a test file that uses the schema discussed above and a set of
260
sample data, located in
0 commit comments