Skip to content

how to remove null associations when eager loading ? #139

@gmolveau

Description

@gmolveau

Hello there, I've got this kind of schema :

Author [n] <-> [1] Post [n] <-> [1] Comment

And I would like to know how to remove null associations when using :

tx.Eager("Posts.Comments").Find(author, id)

Thank's for your help

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions