Skip to content

Commit 2404cfd

Browse files
MacondoExpressrsill-neo4jmjfwebb
authored
Apply suggestions from code review
Co-authored-by: Richard Sill <[email protected]> Co-authored-by: Michael Webb <[email protected]>
1 parent ca84843 commit 2404cfd

File tree

1 file changed

+8
-7
lines changed

1 file changed

+8
-7
lines changed

modules/ROOT/pages/migration/index.adoc

Lines changed: 8 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -28,9 +28,9 @@ The minimum Node.js version required to run the Neo4j GraphQL Library is now 20.
2828

2929
The minimum Neo4j version required to run the Neo4j GraphQL Library is now 5.0.0.
3030

31-
=== Removed the deprecated `@relationship` implicit `_SOME` filters
31+
=== Removed the deprecated implicit "some" filter from `@relationship`
3232

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

3535
[cols="1,1"]
3636
|===
@@ -56,15 +56,16 @@ a|
5656
----
5757
|===
5858

59-
=== Invalid filters in Aggregation filter inputs are being removed
59+
=== Removed invalid filters in aggregation filter inputs
6060

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

6364
To see the aggregating functions supported on filtering refer to xref:/queries-aggregations/filtering.adoc#_aggregation_filtering[Aggregation filtering],
6465

65-
=== String aggregation filters that are not using `_LENGTH` are removed
66+
=== Removed string aggregation filters not using `_LENGTH`
6667

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

6970
[cols="1,1"]
7071
|===
@@ -102,7 +103,7 @@ The deprecated `options` argument from the `assertIndexesAndConstraints` utility
102103
Database migrations are outside of the scope of the Neo4j GraphQL Library, and all indexes and constraints will have to be managed manually.
103104

104105

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
106107

107108
The top-level `update` mutation now only accepts the `update` argument.
108109

0 commit comments

Comments
 (0)