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!