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/migration/index.adoc
+4-2Lines changed: 4 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -23,7 +23,8 @@ Here is a list of all the breaking changes from version 6.0.0 to 7.0.0.
23
23
24
24
=== Removed the `@unique` directive
25
25
26
-
The `@unique` directive is no longer supported.
26
+
The `@unique` directive is no longer supported.
27
+
It cannot always be reliably enforced, potentially leading to data inconsistencies that don't match the schema.
27
28
28
29
=== Removed implicit filtering fields
29
30
@@ -204,7 +205,8 @@ type Movie @node {
204
205
----
205
206
|===
206
207
207
-
Single element relationships cannot be reliably enforced, leading to data inconsistent with the schema. If the GraphQL model requires 1-1 relationships (such as in federations) these can now be achieved with the `@cypher` directive instead:
208
+
Single element relationships cannot be reliably enforced, leading to data inconsistent with the schema.
209
+
If the GraphQL model requires one-to-one relationships (such as in federations) you can now create them with the `@cypher` directive instead:
0 commit comments