File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ For questions, ask [Stack Overflow](http://stackoverflow.com/questions/tagged/gr
20
20
An overview of the GraphQL language is available in the
21
21
[ README] ( https://github.com/facebook/graphql/blob/master/README.md ) for the
22
22
[ Specification for GraphQL] ( https://github.com/facebook/graphql ) .
23
- The overview describes a simple set of GraphQL examples that exist as [ tests] ( tests/core_starwars )
23
+ The overview describes a simple set of GraphQL examples that exist as [ tests] ( tests/starwars )
24
24
in this repository. A good way to get started is to walk through that README and the corresponding tests
25
25
in parallel.
26
26
@@ -62,7 +62,7 @@ schema = GraphQLSchema(
62
62
This defines a simple schema with one type and one field, that resolves
63
63
to a fixed value. The ` resolve ` function can return a value, a promise,
64
64
or an array of promises. A more complex example is included in the top
65
- level [ tests] ( graphql/ tests) directory.
65
+ level [ tests] ( tests ) directory.
66
66
67
67
Then, serve the result of a query against that type schema.
68
68
You can’t perform that action at this time.
0 commit comments