|
|
|
|
|
by RHSeeger
747 days ago
|
|
> and yes, it can be constrained, but this flexibility is the whole point Flexibility within the constraints of what the back end can safely support. To me, the "whole point" of GraphQL is to be able to have the client ask for only the data they need, rather than have a REST API that returns _everything_ and letting the front end throw away what they don't need (which incurs more load). If you can't support returning certain configurations of data, then... don't. |
|