Do we need a next generation of web frameworks to take benefit of dgraph?

thanks guy, yes one of my doubt was if you intended that many of the requests to the db, which are commonly made by a web framework, could be substituted to be done directly from the client side

have an authorization system answer this question but also I think that in many case we would need some layer between client/db and I’m not sure which could be the best approach here, for instance, suppose that I need validate that a new user password follow some specifications, create a web server that expose a graphql mutation, handle the resolver and then…if everything is ok then pass to dgraph, seems a bit cumbersome,

I’ve found some related questions

Gary post a link with some shield library which works as a middleware, which could be a good solution for these cases