Hi all, I was wondering if anyone thought about using hasura with prisma. So basically, you create a hasura graphql engine and then use prisma to introspect the database hasura created. By doing this, you get the default graphql endpoints and auth system. When you need custom business logic, you can create a remote schema which uses prisma orm to access the database. If anyone is interested in this idea, we can start a repo with this infrastructure.