Hacker News new | ask | show | jobs
by joshuakcockrell 966 days ago
I just already had a graphql backend, which uses the gql schema to codegen the networking layer.

Probably not much different from an open-api schema + codegen, I just had it set up so it was an easy choice for me shrug

2 comments

Have you tried https://tailcall.run/ It's a fairly powerful and performance focussed solution to building GraphQL backends.
got it, thanks for the info!