|
|
|
|
|
by hn_throwaway_99
1917 days ago
|
|
This is what I see as a huge misconception of GraphQL, and unfortunately proliferates due to lots of simple "Just expose your whole DB as a GraphQL API!" type tools. It's quite simple (easier in my opinion than in REST) to build a targeted set of GraphQL endpoints that fit end-user needs while being secure and performant. Also, as the other user posted, "edges" and "nodes" has nothing to do with the core GraphQL spec itself. |
|
Of course, the same could happen for standard REST as well, but I think the foot guns are more limited.