swarthout / feathers-apollo

Feathers and Apollo Server Sample Project
MIT License
176 stars 20 forks source link

Suggestion #15

Closed dortamiguel closed 7 years ago

dortamiguel commented 7 years ago

Maybe this can be integrated on this project? https://github.com/RisingStack/graffiti

swarthout commented 7 years ago

graffiti is a great approach to building a GraphQL server, but I think one of the main benefits of this stack is the fact that the schema is decoupled from the database implementation. Migrating this server from Mongo to any of the other supported databases is trivial.

dortamiguel commented 7 years ago

Ok! you are right I think.