Skip to content

Commit 8b8ce0a

Browse files
add Relay link
1 parent dfdd7c1 commit 8b8ce0a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

modules/ROOT/pages/migration/index.adoc

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -500,7 +500,7 @@ The following form has now been completely removed:
500500
}
501501
----
502502

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]:
504504

505505
[cols="1,1"]
506506
|===
@@ -538,15 +538,15 @@ query {
538538
----
539539
|===
540540

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

543543
=== Removed implicit set operations
544544

545545
Implicit set operations in update mutations have been removed and the migration path involves two steps:
546546

547547
[cols="1,1"]
548548
|===
549-
| Before (Removed) | After (Desired Syntax)
549+
| Before | After
550550

551551
a|
552552
[source, graphql, indent=0]

0 commit comments

Comments
 (0)