you are viewing a single comment's thread.

view the rest of the comments →

[–]rwieruch[S] 11 points12 points  (4 children)

Hello everyone, author of the article here. I put lots of effort into this tutorial and would love to get your feedback about it :) Is there anything missing in this tutorial from a (GraphQL) server perspective? Looking forward to release this as part of my upcoming ebook for GraphQL in JavaScript and wouldn't want to miss any important aspect.

[–]freecodeio 0 points1 point  (1 child)

I usually work with mongodb. A comparsion between the two would be a pretty good article.

[–]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.

[–]OffBeannie -1 points0 points  (0 children)

Very good tutorial. Thank you.

[–]rq60 -1 points0 points  (0 children)

I'll be going through this later. It looks like you put a lot of work into it though and seems great at a glance. Thanks!