Hi Prisma, I've been involved in a project recently that is using Hasura and it blew my mind on how all the graphql queries, mutations, subscriptions and filters are automatically created just by inspecting the database.
Prisma has been my favorite ORM for a while and I'm wondering if there's any library or utility in Prisma environment or something close we can use to replicate the features on Hasura
Thanks