Skip to content

Function insertEdgeTriple not updating the attribute in DGraph #2

@fiedlerp

Description

@fiedlerp

When you try to update edge/arc attribute in DGraph using insertEdgeTriple nothing happens.

Try on your own:

g1 = fromArcsList [ Arc 'A' 'B' 3]
g2 = insertEdgeTriple ('A', 'B', 5) g1
print $ toArcsList g2 -- [ Arc 'A' 'B' 3]

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions