You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2-2
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](https://github.com/graphql-python/graphql-core/tree/master/tests/)
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
0 commit comments