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
|
## Questions
|
||||||
|
|
||||||
* What’s with the cumbersome `edges` / `node` nesting? Why `mbid` instead of
|
**What’s with the cumbersome `edges` / `node` nesting? Why `mbid` instead of
|
||||||
`id`?
|
`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
|
You can thank [Relay][] for that; these are properties of a Relay-compliant
|
||||||
the end I decided that being compatible with Relay was a worthwhile feature.
|
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
|
## Schema
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue