Tallyb / loopback-graphql

Adding graphql to loopback, based on Apollo Server
MIT License
201 stars 18 forks source link

Remove Apollo Graphql server #6

Open Tallyb opened 8 years ago

Tallyb commented 8 years ago

Apollo-server is in deprecation mode. Should use express-graphql directly.

mogadanez commented 8 years ago

most perspective way with https://github.com/kriasoft/react-starter-kit

Tallyb commented 8 years ago

Note: GraphQL - server was deprecated and replaced with specific flavors: express, koa, hapi. I am still considering removing Apollo and using GraphQL directly.