Hey. Managed to get prisma working and wondering h...
# orm-help
d
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
No 🤔 Schema-stitching happens in the GraphQL Server in front of Prisma/the other GraphQL APIs
d
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 ?
a
@Dorkside If you haven’t already read it, there’s a good blog post explaining schema stitching: https://blog.graph.cool/graphql-schema-stitching-explained-schema-delegation-4c6caf468405
d
Reading all of the ressources I can get at the moment, I'll read that asap , thanks 🙂
👍 1