we treat prisma as you would treat any ORM, data access layer. So you can totally reuse your prisma endpoint in as many graphql servers as you want
so we might have a website with an app and users section, each one is implemented as a node app with graphqlyoga, and SSRnd JS website, and they both have their own "internal" schema, but the resolvers all talk to prisma to get their data