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
+8-7Lines changed: 8 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -28,9 +28,9 @@ The minimum Node.js version required to run the Neo4j GraphQL Library is now 20.
28
28
29
29
The minimum Neo4j version required to run the Neo4j GraphQL Library is now 5.0.0.
30
30
31
-
=== Removed the deprecated `@relationship` implicit `_SOME` filters
31
+
=== Removed the deprecated implicit "some" filter from `@relationship`
32
32
33
-
The deprecated `@relationship` filter without the operator suffix has been removed in favor of the `_SOME` filter.
33
+
The deprecated "some" filter without operator suffix has been removed from `@relationship` in favor of the explicit `_SOME` filter.
34
34
35
35
[cols="1,1"]
36
36
|===
@@ -56,15 +56,16 @@ a|
56
56
----
57
57
|===
58
58
59
-
=== Invalid filters in Aggregation filter inputs are being removed
59
+
=== Removed invalid filters in aggregation filter inputs
60
60
61
-
In previous versions of the Library, the input used for aggregation filters contained filters that did not rely on aggregating functions. Those filters were deprecated in previous Library versions and removed from the schema.
61
+
In previous versions of the library, the input used for aggregation filters contained filters that did not rely on aggregating functions.
62
+
These filters were deprecated in previous library versions and are removed from the schema.
62
63
63
64
To see the aggregating functions supported on filtering refer to xref:/queries-aggregations/filtering.adoc#_aggregation_filtering[Aggregation filtering],
64
65
65
-
=== String aggregation filters that are not using `_LENGTH` are removed
66
+
=== Removed string aggregation filters not using `_LENGTH`
66
67
67
-
String aggregations are computed using lengths, and the `_LENGTH` suffix is now required for all string aggregation filters.
68
+
Since string aggregations are computed using length, they now require the `_LENGTH` suffix for all string aggregation filters.
68
69
69
70
[cols="1,1"]
70
71
|===
@@ -102,7 +103,7 @@ The deprecated `options` argument from the `assertIndexesAndConstraints` utility
102
103
Database migrations are outside of the scope of the Neo4j GraphQL Library, and all indexes and constraints will have to be managed manually.
103
104
104
105
105
-
=== Removed top-level argument that are not `update` from the top-level update
106
+
=== Removed top-level arguments that are not `update` from the top-level update
106
107
107
108
The top-level `update` mutation now only accepts the `update` argument.
0 commit comments