Hacker News new | ask | show | jobs
by tunesmith 1243 days ago
From the client perspective, I've always seen the main three benefits (compared to rest) as: avoiding overfetching, avoiding underfetching, and type safety. Ideal case is one query to get exactly what you want, and to know what you're getting.