Sorry about that <@U4SHZAY64> :slightly_smiling_fa...
# prisma-whats-new
r
Sorry about that @huv1k 🙂 Unrelated question -- I'm working on integrating the Shopify GraphQL API. I've read this entry here: https://blog.graph.cool/graphql-schema-stitching-explained-schema-delegation-4c6caf468405, but does anyone know of any sample repos or tutorials on how to implement schema stitching with Prisma?
h
you can do schema stitching in app server, i don't think that prisma can schema stich
r
I mean schema stitching in the app server with prisma as one endpoint and shopify as the other
h
https://github.com/graphql-binding/graphql-binding-github you can see here how its done for github, you can do same for shopify i think
but i never tried it, but looks pretty straight forward
r
ok will check that out. thanks!