mickhansen / graphql-sequelize

GraphQL & Relay for MySQL & Postgres via Sequelize
MIT License
1.9k stars 172 forks source link

Values.map is not a function #580

Closed moseleyi closed 6 years ago

moseleyi commented 6 years ago

I'm getting this error in line 300 in relay.js

When I output what the "values" is it says [object SequelizeInstance:], which I assumed is correct? What should be the type of "values" for it to work?