Add questions section

This commit is contained in:
Brian Beck 2016-11-25 23:10:39 -08:00
parent 5b013e48d9
commit e899c83d39

View file

@ -145,11 +145,12 @@ Nirvana albums and the singles from each album:
## Questions
* Whats 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.
**Whats 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