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
rooneyK
02/24/2019, 9:20 AM
we have two prisma-microservices in out stack
rooneyK
02/24/2019, 9:21 AM
only one of them have its own auth and permssions applied. The other one is just protected by OAuth-scope