Ask HN: Do we need a GraphQL CRUD generator library?
I am talking about offering hasura type of features, but as a library (targeting typescript ecosystem).
Also similar to postgraphile, but a bit more customizable and integrated to a standard graphql stack.
I was thinking of generating customizable schema and resolvers from drizzle schema, and let user merge it with their otherwise custom graphql server. Nexus used to do something like this but I don't know if they are still pushing it.
Is that maybe because this class of tools is actually not needed anymore ?
No comments yet.