mirror of
https://github.com/BradNut/graphbrainz
synced 2025-09-08 17:40:32 +00:00
Add note about limit & offset
This commit is contained in:
parent
7048c6ae46
commit
f018034808
1 changed files with 3 additions and 3 deletions
|
|
@ -145,11 +145,11 @@ Nirvana albums and each album’s singles:
|
|||
|
||||
## Questions
|
||||
|
||||
**What’s with the cumbersome `edges` / `node` nesting? Why `mbid` instead of
|
||||
`id`?**
|
||||
**What’s 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
|
||||
|
|
|
|||
Loading…
Reference in a new issue