|
|
|
|
|
by theptip
747 days ago
|
|
The canonical REST solution of query params to add nested fields gets you quite far: GET /myresource?extra=foo,bar sure you over fetch a bit if you have multiple accessors. But agreed, if you have highly nested data especially when accessed with multiple different query purposes then REST might not be the best fit. I think GraphQL has been positioned as a general purpose tool and for that I am with the author, REST is a better go-to for most usecases. |
|
Any more levels and you have now reinvented GraphQL