@@ -254,7 +254,7 @@ GraphQL queries declaratively describe what data the issuer wishes
254254to fetch from whoever is fulfilling the GraphQL query.
255255
256256For 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 )
258258file in the GraphQL.js repository contains a number of queries and responses.
259259That file is a test file that uses the schema discussed above and a set of
260260sample data, located in
@@ -614,7 +614,7 @@ developers when an invalid query has been created, without having to rely
614614on runtime checks.
615615
616616For 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 )
618618contains a number of queries demonstrating various invalidities, and is a test
619619file that can be run to exercise the reference implementation's validator.
620620
@@ -752,7 +752,7 @@ queries it supports. GraphQL allows us to do so using the introspection
752752system!
753753
754754For 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 )
756756contains a number of queries demonstrating the introspection system, and is a
757757test file that can be run to exercise the reference implementation's
758758introspection system.
0 commit comments