cypher-builder icon indicating copy to clipboard operation
cypher-builder copied to clipboard

Missing Documentation

Open angrykoala opened this issue 2 years ago • 3 comments

  • [x] Variables & params - #49
  • [x] RawCypher
  • [x] (Getting Started) Connecting to neo4j-driver - #281
  • [x] #306
  • [x] #225
  • [x] #305
  • [x] Unions
  • [x] Pattern & list comprehensions #287
  • [ ] Clauses
  • [ ] Working with lists
  • [ ] HasLabels
  • [ ] Label expressions

angrykoala avatar Jun 30 '23 16:06 angrykoala

Putting this here as it seems most relevant.

I don't know if I'm doing something fundamentally wrong. But I would appreciate it so much if you could provide an example of created an edge between two arbitrary nodes.

Mearman avatar Sep 11 '23 12:09 Mearman

Hi @Mearman

The best space for questions at the moment is the Discussions page. To achieve what you want, probably 2 MATCH statements and a CREATE is probably the best way

If you need more details, please open a discussion with more details about the Cypher statement you want to create

angrykoala avatar Sep 11 '23 12:09 angrykoala

Apologies, didn't see you had discussions enabled

Mearman avatar Sep 11 '23 14:09 Mearman