Graphql-yoga: what's the difference between graphcool framework and graphql-yoga

Created on 14 Dec 2017  路  5Comments  路  Source: dotansimha/graphql-yoga

Most helpful comment

You mean graphcool is like graphql native and graphql-yoga is like Api gateway to stitch multiple graphql native and rest api's

All 5 comments

graphql-yoga will help you to create API gateway, while graph cool helps to create graphql as a database, checkout this example, here are both API Gateway & Graphcool:
https://github.com/graphcool/framework/tree/master/examples/node-gateway-custom-schema

Note: in that example API Gateway is not implemented with graphql-yoga, I've shared that example to see the difference between API gateway and graph cool, both of them are graphql but they solve different kind of tasks.

You mean graphcool is like graphql native and graphql-yoga is like Api gateway to stitch multiple graphql native and rest api's

Yep, Also I plan to use graphql-yoga for a separate graphql instance, realtime game server.

Cool 馃槑, thanks for clarification

Was this page helpful?
0 / 5 - 0 ratings

Related issues

kv-pawar picture kv-pawar  路  3Comments

bmcilw1 picture bmcilw1  路  5Comments

marktani picture marktani  路  5Comments

woss picture woss  路  5Comments

bellomusodiq picture bellomusodiq  路  3Comments