Skip to content

Commit f681b3a

Browse files
committed
Update Readme to reflect file change
1 parent 7c36326 commit f681b3a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -254,7 +254,7 @@ GraphQL queries declaratively describe what data the issuer wishes
254254
to fetch from whoever is fulfilling the GraphQL query.
255255

256256
For our Star Wars example, the
257-
[starWarsQueryTests.js](https://github.com/graphql/graphql-js/blob/master/src/__tests__/starWarsQueryTests.js)
257+
[starWarsQueryTests.js](https://github.com/graphql/graphql-js/blob/master/src/__tests__/starWarsQuery-test.js)
258258
file in the GraphQL.js repository contains a number of queries and responses.
259259
That file is a test file that uses the schema discussed above and a set of
260260
sample data, located in

0 commit comments

Comments
 (0)