@farcasteradmin.eth
i use gql daily with psql and/or mongo under the hood
prisma and a bunch of extensions allow writing code and everything like docs, sandbox, schemas, etc generate automatically, e.g. see backend.lunchbreak.com, we write code β everything else generates automatically
also allowing frontend fetch only what it needs to fetch without creating multiple endpoints
and type safety out of the box
as for graphs? couldn't care less what happens under the hood
it works and it's fast