From 29ff8d4d8738f28e805571dd2d9848bd88fa832d Mon Sep 17 00:00:00 2001 From: Brian Beck Date: Fri, 9 Dec 2016 19:42:13 -0800 Subject: [PATCH] Link to schema tests --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 8e1e7cc..ce57e4b 100644 --- a/README.md +++ b/README.md @@ -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