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
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -500,7 +500,7 @@ The following form has now been completely removed:
500
500
}
501
501
----
502
502
503
-
The root-level query has been changed to use the Relay Cursor Connections Specification:
503
+
The root-level query has been changed to use the https://relay.dev/graphql/connections.htm[Relay Cursor Connections Specification]:
504
504
505
505
[cols="1,1"]
506
506
|===
@@ -538,15 +538,15 @@ query {
538
538
----
539
539
|===
540
540
541
-
The new form uses the Relay Cursor Connections Specification, which allows for pagination using cursors and access to the `pageInfo` field.
541
+
The new form uses the https://relay.dev/graphql/connections.htm[Relay Cursor Connections Specification], which allows for pagination using cursors and access to the `pageInfo` field.
542
542
543
543
=== Removed implicit set operations
544
544
545
545
Implicit set operations in update mutations have been removed and the migration path involves two steps:
0 commit comments