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
Why this feature is required (specific use-cases will be appreciated)?
I have a junction table defining relationships between ItemA and ItemB. I'd like to get a hasOne which works ItemA -> Relationships -> ItemB.
It works right now with HasManyThrough, but is returned as an array rather than an object.
Have you tried any other work arounds?
Yeah, but I think it would be better as a core feature syntactically since it would fit in with the other relationships like hasManyThrough and manyToMany.
Are you willing to work on it with little guidance?
Maybe.
The text was updated successfully, but these errors were encountered:
Why this feature is required (specific use-cases will be appreciated)?
I have a junction table defining relationships between ItemA and ItemB. I'd like to get a
hasOne
which works ItemA -> Relationships -> ItemB.It works right now with HasManyThrough, but is returned as an array rather than an object.
Have you tried any other work arounds?
Yeah, but I think it would be better as a core feature syntactically since it would fit in with the other relationships like hasManyThrough and manyToMany.
Are you willing to work on it with little guidance?
Maybe.
The text was updated successfully, but these errors were encountered: