Skip to content

Commit cd6308f

Browse files
committed
Remove duplicate item in migration guide
1 parent 50ff984 commit cd6308f

File tree

1 file changed

+0
-29
lines changed

1 file changed

+0
-29
lines changed

modules/ROOT/pages/migration/index.adoc

Lines changed: 0 additions & 29 deletions
Original file line numberDiff line numberDiff line change
@@ -466,35 +466,6 @@ type Person @node {
466466
----
467467
|===
468468

469-
=== Deprecated the implicit equality filters
470-
471-
Previously, if a field was present in a filter without specifying the operator, it was treated as an equality filter.
472-
This behavior is now deprecated and will be removed in the future.
473-
Use the `_EQ` filter instead.
474-
475-
[cols="1,1"]
476-
|===
477-
|Before | Now
478-
479-
a|
480-
[source, graphql, indent=0]
481-
----
482-
{
483-
movies(where: { title: "The Matrix" }) {
484-
title
485-
}
486-
}
487-
----
488-
a|
489-
[source, graphql, indent=0]
490-
----
491-
{
492-
movies(where: { title_EQ: "The Matrix" }) {
493-
title
494-
}
495-
}
496-
----
497-
|===
498469

499470
=== Deprecated pagination `options` argument
500471

0 commit comments

Comments
 (0)