Skip to content

Commit a54e2f5

Browse files
Apply suggestions from code review
Co-authored-by: Lidia Zuin <102308961+lidiazuin@users.noreply.github.com>
1 parent e1ad19f commit a54e2f5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/ROOT/pages/mutations/create.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ Read about xref:mutations/update.adoc#_connectorcreate_relationships[`update`] f
112112

113113
== `connectOrCreate` relationships
114114

115-
If a related node has the `@unique` directive defined, you can use `connectOrCreate` nested in a `create` to perform an operation similar to a xref:https://neo4j.com/docs/cypher-manual/current/clauses/merge/[Cypher `MERGE`] operation on the related node.
115+
If a related node has the `@unique` directive defined, you can use `connectOrCreate` nested in a `CREATE` mutation to perform an operation similar to a link:https://neo4j.com/docs/cypher-manual/current/clauses/merge/[Cypher `MERGE`] operation on the related node.
116116
This will create a new relationship and the related node if it doesn't exist yet.
117117

118118
Consider the following type definitions:

0 commit comments

Comments
 (0)