Skip to content

Commit 3301744

Browse files
committed
documentation update for #211
1 parent 83a4949 commit 3301744

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/modules/ROOT/pages/validation.adoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -194,7 +194,7 @@ You can easily define a trigger using the `apoc.trigger.add` procedure in https:
194194

195195
[source, cypher]
196196
----
197-
CALL apoc.trigger.add('shacl-validate','call n10s.validation.shacl.validateTransaction($createdNodes,$createdRelationships, $assignedLabels, $removedLabels, $assignedNodeProperties, $removedNodeProperties)', {phase:'before'})
197+
CALL apoc.trigger.add('shacl-validate','call n10s.validation.shacl.validateTransaction($createdNodes,$createdRelationships, $assignedLabels, $removedLabels, $assignedNodeProperties, $removedNodeProperties, $deletedRelationships, $deletedNodes)', {phase:'before'})
198198
----
199199

200200
If everything goes well, you should get the following confirmation indicating that the trigger has been successfully installed:
@@ -206,7 +206,7 @@ If everything goes well, you should get the following confirmation indicating t
206206
╞════════════════╪══════════════════════════════════════════════════════════════════════╪══════════════════╪════════╪═══════════╪════════╡
207207
│"shacl-validate"│"call n10s.validation.shacl.validateTransaction($createdNodes,$created│{"phase":"before"}│{} │true │false │
208208
│ │Relationships, $assignedLabels, $removedLabels, $assignedNodePropertie│ │ │ │ │
209-
│ │s, $removedNodeProperties)" │ │ │ │ │
209+
│ │s, $removedNodeProperties, $deletedRelationships, $deletedNodes)" │ │ │ │ │
210210
└────────────────┴──────────────────────────────────────────────────────────────────────┴──────────────────┴────────┴───────────┴────────┘
211211
----
212212

0 commit comments

Comments
 (0)