Hi Prisma Slack! :wave: I'm starting out a greenfi...
# orm-help
j
Hi Prisma Slack! 👋 I'm starting out a greenfield project and we're planning to use Prisma as the database client for a PostGres > Prisma > GraphQL > Vue stack. I ran across this article about using GraphQL Nexus with Prisma yesterday (https://www.prisma.io/blog/using-graphql-nexus-with-a-database-pmyl3660ncst/). This looks really exciting! I see that the example in the nexus-prisma repo uses graphql-yoga. I'm curious how that compares to using apollo-server and what folks would recommend. Thanks!
b
Currently graphql yoga is a simple wrapper around apollo server. So go with whichever fits your needs.
j
👍 thx