Since `graphql-yoga` is based on `apollo-server` a...
# orm-help
a
Since
graphql-yoga
is based on
apollo-server
and Apollo Server 2.0 currently is in release candidate stage (https://github.com/apollographql/apollo-server/releases), does this mean that when the Apollo Server 2.0 stable version is officially released, I will be able to use all new mind-blowing features (such as https://dev-blog.apollodata.com/easy-and-performant-graphql-over-rest-e02796993b2b and https://dev-blog.apollodata.com/automatic-persisted-queries-and-cdn-caching-with-apollo-server-2-0-bf42b3a313de) that Apollo Server 2.0 offer directly in
graphql-yoga
?
m
I actually just spun up an Apollo Server 2.0 box. It's pretty slick.
c
@medelman agreed! 2.0 has some really nice features. have you taken a look at apollo engine yet?
p
@cmcinroy engine is a nice product however you really need to buy a subscription to get any benefit (free tier data retention is 24hours, which make it difficult to establish meaningful metrics)
c
@peter yes, agreed.
a
@nilan @nikolasburk @schickling PTAL.
In other words, if I use
graphql-yoga
, does this mean that I use
apollo-server
with all its features? Or there are any limitations (some features that available in
apollo-server
and not available in
graphql-yoga
)?
👍 1