can you use more than one prisma endpoint with pri...
# orm-help
u
can you use more than one prisma endpoint with prisma-nexus?
w
If you can determine which prisma-client should be used based on your resolver context, then yes, it is possible
u
It would be nice to be able to stitch them, and merge the prisma clients.
Otherwise you need to do the stitching using the apollo way, and extending the schema is not as nice as doing code first.
HI @weakky! How are you? Thanks for replying here: https://github.com/prisma/nexus-prisma/issues/129 You can probably see how the generalisation of prisma-nexus, or being able to use more than one prisma-client are somehow related when trying to use several prisma services. I would really appreciate your opinion on what would currently be the best way to bring several prisma services together. We are using stitching at the moment, for merging the prisma services together. Then generating bindings for them, but doing that we do lose some of the prisma client power.