mirror of
https://github.com/BradNut/graphbrainz
synced 2025-09-08 17:40:32 +00:00
Add questions section
This commit is contained in:
parent
5b013e48d9
commit
e899c83d39
1 changed files with 6 additions and 5 deletions
11
README.md
11
README.md
|
|
@ -145,11 +145,12 @@ Nirvana albums and the singles from each album:
|
|||
|
||||
## Questions
|
||||
|
||||
* What’s with the cumbersome `edges` / `node` nesting? 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 end I decided that being compatible with Relay was a worthwhile feature.
|
||||
**What’s with the cumbersome `edges` / `node` nesting? 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
|
||||
end I decided that being compatible with Relay was a worthwhile feature.
|
||||
|
||||
## Schema
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue