when I call
MyModel.query().insertGraph([])
it works as noop, but these fail with TypeError: Cannot read property 'constructor' of undefined
MyModel.query().insertGraphAndFetch([])
MyModel.query().upsertGraph([])
MyModel.query().upsertGraphAndFetch([])
tried with 1.3.0