From f01803480860844e6d76e41b3bca583766851d28 Mon Sep 17 00:00:00 2001 From: Brian Beck Date: Sat, 26 Nov 2016 11:55:06 -0800 Subject: [PATCH] Add note about limit & offset --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 6b32bee..3f157b0 100644 --- a/README.md +++ b/README.md @@ -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