fullstack-apollo-express-postgresql-boilerplate
fullstack-apollo-express-postgresql-boilerplate copied to clipboard
π₯ A sophisticated GraphQL with Apollo, Express and PostgreSQL boilerplate project.
Needs updated to the newer version of Sequelize.
I am in the Connecting Resolvers and Database part. I got this warning: `TypeError: sequelize.import is not a function`. I searched about it. I could not find any answer that...
Hello everybody, I'm think not in the right place, but I don't know where to post my request. Sorry I'm new to GitHub and also in development :) Could someone...
`findById `did not work in my case. I find the solution in [Stackoverflow](https://stackoverflow.com/questions/41577597/sequelize-findbyid-is-not-a-function-but-apparently-findall-is) Changed it to ` findByPk`
I made an API based on this tutorial. I had to abandon the project for a few months, but now I need to restart it. Problem is, when trying to...
When I use the following from the example ``` const users = await models.User.findAll({ where: { id: { $in: keys, }, }, }); ``` I get the following error ```...
## The dependency [sequelize](https://github.com/sequelize/sequelize) was updated from `4.44.0` to `5.8.7`. This version is **not covered** by your **current version range**. If you donβt accept this pull request, your project will...
## The devDependency [mocha](https://github.com/mochajs/mocha) was updated from `5.2.0` to `6.2.0`. This version is **not covered** by your **current version range**. If you donβt accept this pull request, your project will...
## The dependency [uuid](https://github.com/uuidjs/uuid) was updated from `3.4.0` to `7.0.0`. This version is **not covered** by your **current version range**. If you donβt accept this pull request, your project will...
*** βοΈ **Important announcement:** Greenkeeper will be saying goodbye π and passing the torch to Snyk on June 3rd, 2020! [Find out how to migrate to Snyk and more at...