Skip to content

Commit ff5ba95

Browse files
graph types for cypher 5
1 parent d7cbc51 commit ff5ba95

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

modules/ROOT/pages/constraints/list-constraints.adoc

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -259,7 +259,7 @@ The list returned will only include a single value (the name of the constrained
259259
| LIST<STRING>
260260

261261
| properties
262-
| The properties of this constraint, or `null` for node label existence, relationship source label, and relationship target constraints which do not constrain properties. label:default-output[]
262+
| The properties of this constraint, or `null` for node label existence, relationship source label, and relationship target constraints which do not constrain properties (these constraints are created as part of node and relationship element types when setting a graph type (only available in Cypher 25). For more information see the link:{neo4j-docs-base-uri}/operations-manual/25/schema/graph-types[Cypher 25 Manual -> Graph types]). label:default-output[]
263263
| LIST<STRING>
264264

265265
| ownedIndex
@@ -277,6 +277,7 @@ label:default-output[] label:new[Introduced in 5.9]
277277

278278
| createStatement
279279
| Statement used to create the constraint, or `null` for constraints with `dependent` classification.
280+
For more information, see the link:{neo4j-docs-base-uri}/operations-manual/25/schema/graph-types/list-graph-types/#graph-type-elements-in-show-constraints[Cypher 25 Manual -> Graph type elements in `SHOW CONSTRAINTS`].
280281
| STRING
281282

282283
|===

modules/ROOT/pages/deprecations-additions-removals-compatibility.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ label:functionality[]
4343
label:updated[]
4444
[source, syntax, role="noheader"]
4545
----
46-
SHOW NODE EXIST[ENCE] \| EXIST[ENCE] CONSTRAINTS
46+
SHOW [NODE] EXIST[ENCE] CONSTRAINTS
4747
----
4848

4949
| The `NODE EXIST[ENCE]` and `EXIST[ENCE]` type filtering options allowed by the `SHOW CONSTRAINTS` command now also return node label existence constraints (crated as part of node element types in a link:{neo4j-docs-base-uri}/operations-manual/25/schema/graph-types/[graph type] (only available in Cypher 25)).

0 commit comments

Comments
 (0)