Hey. Managed to get prisma working and wondering how I would go about schema-stitching? Is this the kind of use-case for which GraphCool would be my savior?
n
nilan
06/06/2018, 4:28 PM
No 🤔 Schema-stitching happens in the GraphQL Server in front of Prisma/the other GraphQL APIs
d
Dorkside
06/06/2018, 6:42 PM
ok, so I might have got this wrong, but I was hoping to use prisma's authentication to secure access to these other GraphQL APIs. That not really what it's made for ?