Reputation: 547
I started looking into graphql to use it as a server in the next project instead of REST. As I started I was bombarded with lots of options. graphql-yoga, express-graphql, apollo and so on
I want to know which one is the most widely used option and has a comparatively large community.
Upvotes: 1
Views: 254
Reputation: 573
According to https://www.npmjs.com/
As per ease of use,
I think it is better start & learn with express-graphql as it is easier. After understanding graphql you can then start learing & using apollo-server-express and use it for any further purposes.
Upvotes: 1