|
|
|
|
|
by unusualmonkey
1210 days ago
|
|
1) If you're building an internal tool... why do you care about 'hyperoptimised queries'? 2) Try Hasura (or similar). Sure, if your goal is 'I want to hand write hyper-optimized queries for every imaginable use-case' then graphql sucks. That's not what it's designed to do. If your goal is to fast front-end development, reasonable efficient network usage, and combining different services together it's great. Tools like Hasura go an extra mile and offload a lot of work from the BE team. |
|