patrickdevivo
09/13/2018, 5:43 PMfront-ends
<-> graphql-server
<-> prisma
<-> database
. you can expose prisma directly to your frontends, but then the frontend can pretty much do any database operation, so you’ll want to define and self manage a graphql server that talks to prisma and processes requests from frontends