Skip to content

Commit 4e806d1

Browse files
committed
Fix migration guide
1 parent d57299c commit 4e806d1

File tree

1 file changed

+2
-6
lines changed

1 file changed

+2
-6
lines changed

modules/ROOT/pages/migration/index.adoc

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -32,16 +32,14 @@ type Movie {
3232
}
3333
----
3434

35-
3635
=== Deprecated single element relationships
3736

3837
Single element relationships have been deprecated in favor of list relationships:
3938

40-
[source, graphql, indent=0]
41-
----
4239
[cols="1,1"]
4340
|===
44-
|Before | Now
41+
| Before | After
42+
4543
a|
4644
[source, graphql, indent=0]
4745
----
@@ -58,8 +56,6 @@ type Movie {
5856
----
5957
|===
6058

61-
62-
6359
Single element relationships cannot be reliably enforced, leading to a data inconsistent with the schema.
6460

6561

0 commit comments

Comments
 (0)