You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: modules/ROOT/pages/errors/gql-errors/22NC4.adoc
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -9,7 +9,7 @@ A label cannot be both "identifying" (used to uniquely identify nodes) and "impl
9
9
Attempting to define a label as both will result in this error, as it creates ambiguity in the schema definition and node identification process.
10
10
11
11
== Example scenario
12
-
For example, try to set a graph type which defines the node element types 'Person and 'Student' with the label 'Person' also declared as an implied label on the 'Student' node element type:
12
+
For example, try to set a graph type which defines the node element types 'Person' and 'Student' with the label 'Person' also declared as an implied label on the 'Student' node element type:
Copy file name to clipboardExpand all lines: modules/ROOT/pages/errors/gql-errors/22NC6.adoc
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,14 +1,14 @@
1
1
= 22NC6
2
2
3
3
== Status description
4
-
The independent constraint `{ <<constrDescrOrName>> }`` was defined using the same label `{ <<label>> }` as a node type element.
4
+
The independent constraint `{ <<constrDescrOrName>> }` was defined using the same label `{ <<label>> }` as a node type element.
5
5
6
6
== Explanation
7
7
This error occurs when a label is used both as an identifying label (defining a node type element) and as part of an independent constraint.
8
8
A label cannot serve as both an identifying label and be referenced in an independent constraint at the same time.
9
9
10
10
== Example scenario
11
-
For example, try to set an existance constraint on a property for the label `:Person`` where `:Person` is also defined as an identifying label in the graph type:
11
+
For example, try to set an existance constraint on a property for the label `:Person` where `:Person` is also defined as an identifying label in the graph type:
Copy file name to clipboardExpand all lines: modules/ROOT/pages/errors/gql-errors/22NC7.adoc
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -8,7 +8,7 @@ This error occurs when a relationship type is used both as an identifying relaio
8
8
A label cannot serve as both an identifying label and be referenced in an independent constraint at the same time.
9
9
10
10
== Example scenario
11
-
For example, try to set an existance constraint on a property for the relationship type `:REL`` where `:REL` is also defined as an identifying relationship type in the graph type:
11
+
For example, try to set an existance constraint on a property for the relationship type `:REL` where `:REL` is also defined as an identifying relationship type in the graph type:
0 commit comments