Hey guys ... has anyone used the Prisma ecosystem ...
# orm-help
g
Hey guys ... has anyone used the Prisma ecosystem to build a microservices stack? I.e. having separate services, each with its own DB, and exposing via a GraphQL API gateway (with auth, permissions, etc)?
r
we have two prisma-microservices in out stack
only one of them have its own auth and permssions applied. The other one is just protected by OAuth-scope