prisma / prisma-examples

๐Ÿš€ Ready-to-run Prisma example projects

Home Page:https://www.prisma.io/docs/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

graphql-apollo-server directs us to the graphql example, which doesn't use apollo

katyho opened this issue ยท comments

https://github.com/prisma/prisma-examples/tree/latest/typescript/graphql-apollo-server directs to the graphql example https://github.com/prisma/prisma-examples/tree/latest/typescript/graphql

However, this example uses GraphQL Yoga instead of Apollo Server. Looking through the commit history of this example, the last commit to use Apollo was 10 days ago here: https://github.com/prisma/prisma-examples/tree/7aa021616a5e7c305b1d7e28b7b9f8b34f82f744/typescript/graphql

Hey @katyho ๐Ÿ‘‹๐Ÿฝ

Thanks for the reminder. The typescript/graphql example should link to https://github.com/prisma/prisma-examples/tree/latest/typescript/graphql-nexus instead. I'll make the update. ๐Ÿ™‚