mirror of
https://github.com/BradNut/graphbrainz
synced 2025-09-08 17:40:32 +00:00
Link to schema tests
This commit is contained in:
parent
705f76b5b1
commit
29ff8d4d87
1 changed files with 3 additions and 0 deletions
|
|
@ -276,6 +276,8 @@ fragment marriages on Artist {
|
|||
}
|
||||
```
|
||||
|
||||
You can find more example queries in the [schema tests][].
|
||||
|
||||
## Questions
|
||||
|
||||
**What’s 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
|
||||
|
|
|
|||
Loading…
Reference in a new issue