@@ -254,7 +254,7 @@ GraphQL queries declaratively describe what data the issuer wishes
254
254
to fetch from whoever is fulfilling the GraphQL query.
255
255
256
256
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 )
258
258
file in the GraphQL.js repository contains a number of queries and responses.
259
259
That file is a test file that uses the schema discussed above and a set of
260
260
sample data, located in
@@ -614,7 +614,7 @@ developers when an invalid query has been created, without having to rely
614
614
on runtime checks.
615
615
616
616
For our Star Wars example, the file
617
- [ starWarsValidationTests.js] ( https://github.com/graphql/graphql-js/blob/master/src/__tests__/starWarsValidationTests .js )
617
+ [ starWarsValidationTests.js] ( https://github.com/graphql/graphql-js/blob/master/src/__tests__/starWarsValidation-test .js )
618
618
contains a number of queries demonstrating various invalidities, and is a test
619
619
file that can be run to exercise the reference implementation's validator.
620
620
@@ -752,7 +752,7 @@ queries it supports. GraphQL allows us to do so using the introspection
752
752
system!
753
753
754
754
For our Star Wars example, the file
755
- [ starWarsIntrospectionTests.js] ( https://github.com/graphql/graphql-js/blob/master/src/__tests__/starWarsIntrospectionTests .js )
755
+ [ starWarsIntrospectionTests.js] ( https://github.com/graphql/graphql-js/blob/master/src/__tests__/starWarsIntrospection-test .js )
756
756
contains a number of queries demonstrating the introspection system, and is a
757
757
test file that can be run to exercise the reference implementation's
758
758
introspection system.
0 commit comments