Skip to content

Commit b22d3d5

Browse files
authored
Merge pull request #184 from neo4j/addendum-for-update-deprecated-path
removed 'top-level' statement
2 parents 1762e1f + 1f81c65 commit b22d3d5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/ROOT/pages/mutations/update.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,7 @@ mutation {
125125
}
126126
----
127127

128-
For `update` operations, `connectOrCreate` can also be used as a top-level input for an equivalent operation:
128+
`connectOrCreate` is also available in `update` operations:
129129

130130
[source, graphql, indent=0]
131131
----

0 commit comments

Comments
 (0)