6 ms·
What are you using for end to end type safety? Currently enjoying the same on a side project with Postgres -> GraphQL (Hasura) -> Golang (genqlient) & Typescrip
by natecham 3y ago
What are you using for end to end type safety? Currently enjoying the same on a side project with Postgres -> GraphQL (Hasura) -> Golang (genqlient) & Typescript (graphql-codegen)
- tacone 3y agoI gave up Graphql due to buggy/obnoxious vscode plug-ins, also I would pass over code gen if I can. I have a simple setup with pg+drizzle+zod+trpc. I don't like the libraries that much, but it overral works very well. I'd prefer something simpler, more ergonomic of all those components, but the basiline is that for now.