Hi, I read a couple of articles on the future of GraphQL-Yoga which is impacted by Apollo server 2.0 release. I have started using Yoga with Prisma for one of my side project applications that I want to scale up. Do you suggest to me that I stick with Yoga? I am utterly confused
@prisma-label-sync-bot can someone help me with this query?
I think it's probably best to switch to apollo2 if you can, based on this
https://blog.apollographql.com/announcing-apollo-server-2-2b69fb4702ce
The idea to bundle all the features together into one constructor echoes Prisma鈥檚 approach with graphql-yoga. We really liked how it followed our goal of making GraphQL API development more approachable, so we decided that a similar API should be the entry point for Apollo Server 2. Thank you again to the Prisma team for the inspiration and for always pushing the GraphQL community forward.
https://github.com/prisma-labs/graphql-yoga/issues/382#issuecomment-408390953
I switched today with only a few changes needed to my code, like
req.request.get("Authorization") -> req.headers.authorization 馃槃
Perhaps it would be best to mark this project as unmaintained. The docs for Now deployment, just don't work. Last commit was in August.
Most helpful comment
Perhaps it would be best to mark this project as unmaintained. The docs for Now deployment, just don't work. Last commit was in August.