Add note about limit & offset

This commit is contained in:
Brian Beck 2016-11-26 11:55:06 -08:00
parent 7048c6ae46
commit f018034808

View file

@ -145,11 +145,11 @@ Nirvana albums and each albums singles:
## Questions
**Whats with the cumbersome `edges` / `node` nesting? Why `mbid` instead of
`id`?**
**Whats with the cumbersome `edges`/`node` nesting? Why `first`/`after`
instead of `limit`/`offset`? Why `mbid` instead of `id`?**
You can thank [Relay][] for that; these are properties of a Relay-compliant
schema. The schema was originally designed without these annoyances, but in the
schema. The schema was originally designed to be more user-friendly, but in the
end I decided that being compatible with Relay was a worthwhile feature.
## Schema