|
|
|
|
|
by acjohnson55
3352 days ago
|
|
A 10k line query is pretty easy for me to imagine. In GraphQL, every property you want on every object is a line, since you query by property, not by object. In an interface with a whole bunch of widgets, I can imagine it really adding up. It _is_ pretty much like a stored procedure. But I don't think that's inherently a bad thing at all. The procedures are effectively version controlled right within your application code, and I'm guessing they're persisted at deploy-time. |
|
If you end up putting that on the server anyway, you're back to fixed responses, no better than a REST API.