Link to schema tests

This commit is contained in:
Brian Beck 2016-12-09 19:42:13 -08:00
parent 705f76b5b1
commit 29ff8d4d87

View file

@ -276,6 +276,8 @@ fragment marriages on Artist {
}
```
You can find more example queries in the [schema tests][].
## Questions
**Whats with the cumbersome `edges`/`node` nesting? Why `first`/`after`
@ -335,3 +337,4 @@ See the [GraphQL schema][schema] or the [types][] documentation.
[rate limiting]: https://musicbrainz.org/doc/XML_Web_Service/Rate_Limiting
[mirror]: https://musicbrainz.org/doc/MusicBrainz_Server/Setup
[aliases]: http://graphql.org/learn/queries/#aliases
[schema tests]: tests/schema.js