Vincit / objection-graphql

GraphQL schema generator for objection.js
MIT License
307 stars 34 forks source link

graphql latest version support #4

Closed nasushkov closed 7 years ago

nasushkov commented 7 years ago

Hi I encounter a problem using this package with the latest version of graphql js (0.9.2 in my case). The problem is in _resolverForModel: it looks like fieldASTs is not there anymore, so I've got an error "using [0] with undefined"

nasushkov commented 7 years ago

Thanx!

koskimas commented 7 years ago

You're welcome! I released 0.1.2 with the fix.