I've been learning GraphQL (and various other parts of the stack) over the past week or so and I feel I'm finally over the "oh god how does this all work" part.
I think the abstractions you can get in the Node/Javascript ecosystem now-a-days is pretty bonkers. I basically just go "I define my database schema in a file, then I create my graphql objects/queries/mutations in code" and it just... generates the endpoints, queries etc for you.
It's really odd where I've often had a "DIY mindset"
