Hey ! I would like to do schema stiching with 2 sc...
# orm-help
j
Hey ! I would like to do schema stiching with 2 schemas. I have the generated prisma.graphql schema and their resolvers on one hand, and a schema generated with graphql’s
GraphQLSchema
constructor on the other hand. How can I achieve that ?
d
j
Thanks 🙂 yes I’ve read this one. I’ve since understood a lot about schema stiching and was finally able to solve my problem. Thank you for helping 🙂
🙌 1