Skip to content

Commit b5c8582

Browse files
Apply suggestions from code review
Co-authored-by: Richard Sill <[email protected]>
1 parent 339a81a commit b5c8582

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

modules/ROOT/pages/migration/index.adoc

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,8 @@ Here is a list of all the breaking changes from version 6.0.0 to 7.0.0.
2323

2424
=== Removed the `@unique` directive
2525

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.
2728

2829
=== Removed implicit filtering fields
2930

@@ -204,7 +205,8 @@ type Movie @node {
204205
----
205206
|===
206207

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:
208210

209211
[source, graphql, indent=0]
210212
----

0 commit comments

Comments
 (0)