Webtomizer / typeorm-loader

A database-aware data-loader for use with GraphQL and TypeORM.
82 stars 8 forks source link

Update to latest dependencies and some minor fixes #2

Closed ekron closed 5 years ago

ekron commented 5 years ago

Hello - thanks for this handy library.

I have been using this lib and recently upgraded the dependencies. I made some minor changes so the tests the pass:

-- set _immediate field in GraphQLDatabaseLoader to correct node js type -- change return type of ./select/select getSelections -- fix entiy field initialisation so compiler doesn't complain

Hopefully this is useful to you.

voodooattack commented 5 years ago

Thank you for your work. :+1:

ekron commented 5 years ago

No problem, thanks for creating the module.