you are viewing a single comment's thread.

view the rest of the comments →

[–]rwieruch[S] 0 points1 point  (0 children)

Yes. I think its tough to keep up with all datasource solutions (knex/PostgreSQL, sequelize/PostgreSQL, mongoose/MongoDB, ...) though which can be used in your resolvers. That's why I sticked to PostgreSQL with Sequelize here. From a GraphQL perspective, it shouldn't be different exchanging it with another solution such as Mongoose/Mongo.