benawad / graphql-express-template

Node.js GraphQL Server template
524 stars 195 forks source link

Not really an issue just curious... #9

Closed imranzaidi closed 6 years ago

imranzaidi commented 6 years ago

https://github.com/benawad/graphql-express-template/blob/2b65cce4bc078d644452f0e2c6de74efa446f10e/models/index.js#L26

I searched the actual repo this is based on, express-example from the Sequalize docs. I can't see any usage of the Sequelize class instance being attached as property to db. When and where is this ever used?

benawad commented 6 years ago

Yeah, I haven't found a use for it

imranzaidi commented 6 years ago

Thanks, being new to Sequelize and GraphQL... I was wondering if I was missing something. Nice tutorials btw.