Glavin001 / graphql-sequelize-crud

Automatically generate queries and mutations from Sequelize models
https://www.npmjs.com/package/graphql-sequelize-crud
MIT License
128 stars 23 forks source link

Switch back to official graphql-sequelize library #33

Open Glavin001 opened 6 years ago

Glavin001 commented 6 years ago

Currently using https://www.npmjs.com/package/graphql-sequelize-teselagen when should be using https://www.npmjs.com/package/graphql-sequelize . However, tests currently fail when using latest graphql-sequelize.

Glavin001 commented 6 years ago

Disabling dataloader-sequelize appeared to help!

I think it may be resolved by https://github.com/mickhansen/graphql-sequelize/pull/466