You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm running objection v3.0.1 with knex v.2.1.0 and i'm getting errors if I try and fetch a model relation. The query that i'm trying to run is
{ tasks(id:4) { id name deal_id questions { id name } } }
and i get the error builder.eager is not a function. I've looked a the objection documentation and eager has been deprecated and replaced with withGraphFetched. Does anyone know if theres a fork or pr that has patched this?
The text was updated successfully, but these errors were encountered:
I'm running objection v3.0.1 with knex v.2.1.0 and i'm getting errors if I try and fetch a model relation. The query that i'm trying to run is
{ tasks(id:4) { id name deal_id questions { id name } } }
and i get the error builder.eager is not a function. I've looked a the objection documentation and eager has been deprecated and replaced with withGraphFetched. Does anyone know if theres a fork or pr that has patched this?
The text was updated successfully, but these errors were encountered: