Skip to content

Add movies guide #33

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged

Conversation

AlexicaWright
Copy link
Contributor

No description provided.

@AlexicaWright AlexicaWright added documentation Improvements or additions to documentation enhancement New feature or request and removed work in progress labels Mar 26, 2024

* https://graphacademy.neo4j.com/categories/cypher/[Cypher Online Courses^]
* https://neo4j.com/docs/cypher-manual/current/introduction/[Cypher Manual^]
* https://neo4j.com/docs/cypher-cheat-sheet/5/auradb-enterprise/[Cypher Cheat-Sheet^].
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

https://neo4j.com/docs/cypher-cheat-sheet/ should resolve automatically to current

CREATE (LanaW:Person {name:'Lana Wachowski', born:1965})
CREATE (JoelS:Person {name:'Joel Silver', born:1952})
CREATE
(Keanu)-[:ACTED_IN {roles:['Neo']}]->(TheMatrix),
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

for MERGE these need to be separate lines, no comma

Integrated the changed I had commented on.
Copy link
Contributor

@jexp jexp left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM thanks a lot! Also tested all the statements.

jexp and others added 3 commits March 26, 2024 16:58
@AlexicaWright AlexicaWright merged commit 229570d into neo4j-graph-examples:main Mar 27, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation Improvements or additions to documentation enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants