Skip to content

edges #367

@ENGAHMAD97

Description

@ENGAHMAD97

i have this relation inside CompanyM node
public function work()
{
return $this->hasMany('App\Models\CompanyM', 'WorkedAt');
}

and i am trying to get the edge like this
$w = $items->work()->edges($w);

w is a CompanyM node

but i got an empty value

any help?

thanks

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