Skip to content

Create Edge with recordCreate #18

@marchrius

Description

@marchrius

There is a way to create an edge with recordCreate ?

I don't see anything about this.

I'm mean somenthing like this:

$record = (new Record())->setOClass('E')->setRid(new ID(109))->setOData([
    'out' => new ID($ridAsStringItem),
    'in' => new ID($ridAsStringBrand),
    'created_at' => time()
]);

$result = $instance->recordCreate($record);

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