Hey all!, is there a way to generate a `.graphql` ...
# orm-help
a
Hey all!, is there a way to generate a
.graphql
file out of the schema, similar to what you got from Prisma 1? Also, is it possible (and somewhat recommended) to expose Prisma directly to the frontend (handling permissions and whatnot ofc)?
r
@Ariel Flesler 👋 You can check out TypeGraphQL. As long as you’re not exposing sensitive data directly, you should be fine.