Skip to content

Make updateNode more robust #591

@JannikStreek

Description

@JannikStreek

Proposed feature
Currently, node updates for non existing nodes are dropped. In theory that sounds good, but in practice if the first request to add the node was dropped, every further request on that node will fail as well. We should think about creating the node instead if it does not exist during the update. Or even better: Check if an upsert logic would work: typeorm/typeorm#1090 (comment).

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions