question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

graphql-yoga preview version based on apollo-server@2.0.0-rc.*

See original GitHub issue

Since graphql-yoga is based on apollo-server and Apollo Server 2.0 currently is in release candidate stage, what about to release preview version of graphql-yoga based on apollo-server@2.0.0-rc.* to developers can try all new mind-blowing features that Apollo Server 2.0 offer before official stable release?

Issue Analytics

  • State:closed
  • Created 5 years ago
  • Reactions:31
  • Comments:21 (3 by maintainers)

github_iconTop GitHub Comments

114reactions
SpaceK33zcommented, Jul 27, 2018

I have taken a look at both Apollo Server v2 and GraphQL Yoga to see what GraphQL Yoga still has to offer. These features still remain unique to GraphQL Yoga*:

Features already in GraphQL Yoga but made redundant by Apollo Server v2:

  • Better development experience (DX) by simplifying setup
  • CORS configuration
  • Apollo Tracing
  • Improved error formatting
  • GraphQL Playground
  • File uploads
  • Subscriptions

Perhaps this info makes the decision easier. Personally I’ve switched to Apollo Server since the three remaining features can be implemented with very little code if I need them, plus less dependencies is better.

I think the abstraction layer GraphQL Yoga offers is not worth it anymore, especially since it has such a high maintenance burden. However I really love that GraphQL Yoga paved the way to so many improvements in Apollo Server 💯.

* feel free to correct me if I forgot something.

6reactions
0xDakshcommented, Jul 20, 2018

+1, I’ll check on it.

Read more comments on GitHub >

github_iconTop Results From Across the Web

graphql-yoga preview version based on apollo-server@2.0 ...
Since graphql-yoga is based on apollo-server and Apollo Server 2.0 currently is in release candidate stage, what about to release preview ...
Read more >
Migration from Apollo Server – GraphQL Yoga
This is the documentation for the old GraphQL Yoga version 2. We recommend upgrading to the latest GraphQL Yoga version 3. Get started...
Read more >
Introduction to Apollo Server
It's the best way to build a production-ready, self-documenting GraphQL API that can use data from any source. Diagram showing Apollo Server bridging...
Read more >
graphcool
graphql -yoga preview version based on apollo-server@2.0.0-rc.* $ 0 ... If different versions of “graphql” are the dependencies of ▸ other
Read more >
apollo-server-core - NPM Package Overview
Core engine for Apollo GraphQL server. Version: 3.11.1 ... Version published: 2 months ago ... It exports a base version of ApolloServer ....
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found