Skip to content

match on create does not seem to be able to be created with the QueryBuilder #19

@Eforen

Description

@Eforen

I could be wrong but there does not seem to be a way to build an ON CREATE query like this

MERGE (keanu:Person {name: 'Keanu Reeves'})
ON CREATE
  SET keanu.created = timestamp()
RETURN keanu.name, keanu.created

This example taken from the Neo4j Docs

Metadata

Metadata

Assignees

No one assigned

    Labels

    featureNew feature or request

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions