Graphql-yoga: Is GraphQl-Yoga in active development

Created on 18 Aug 2019  路  3Comments  路  Source: dotansimha/graphql-yoga

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

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.

All 3 comments

@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

449

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.

Was this page helpful?
0 / 5 - 0 ratings

Related issues

bmcilw1 picture bmcilw1  路  5Comments

ramonmulia picture ramonmulia  路  3Comments

asci picture asci  路  3Comments

2wce picture 2wce  路  4Comments

anthonymetzler picture anthonymetzler  路  4Comments