Embed Notice
HTML Code
Corresponding Notice
- Embed this notice
djsumdog (djsumdog@djsumdog.com)'s status on Friday, 21-Mar-2025 15:29:03 JST djsumdog
Doesn't postgres have an officially supported graphql extension?
My last job we used graphql + postgres, but we had a Rails graph extension and had to write all the conversions from ActiveRecord to Graphql proxies ourselves 😩 ... we were plagued by N+1 queries for a while and wrote a bunch of code linters to enforce pagination and other things. It was a fucking pain. GraphQL is so overrated.