Skip to content

Commit ca84843

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 cdf0f7c commit ca84843

File tree

1 file changed

+15
-15
lines changed

1 file changed

+15
-15
lines changed

modules/ROOT/pages/migration/index.adoc

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -145,9 +145,9 @@ mutation UpdatePeople {
145145
----
146146
|===
147147

148-
=== Changed the sort argument for interfaces Connection fields
148+
=== Changed the sort argument for interfaces connection fields
149149

150-
The sort argument for interfaces Connection fields is now a list of non nullable element.
150+
The sort argument for interfaces connection fields is now a list of non-nullable elements.
151151

152152
[cols="1,1"]
153153
|===
@@ -238,18 +238,17 @@ query {
238238
----
239239
|===
240240

241-
=== The bookmark field has been removed from the schema
241+
=== Removed the bookmark field from the schema
242242

243-
The bookmark field has been removed from the Mutation info response as it is no longer required.
243+
The bookmark field has been removed from the mutation information responses (CreateInfo, UpdateInfo, DeleteInfo) as it is no longer required.
244244

245245

246-
=== The `excludeDeprecatedFields` setting in the Neo4jFeaturesSettings has been changed
246+
=== Changed the `excludeDeprecatedFields` setting in the Neo4jFeaturesSettings
247247

248248
As in version 6.x many of the deprecated fields have been removed, the `excludeDeprecatedFields` setting has been modified to reflect these changes.
249249

250250
The following fields have been removed:
251251

252-
253252
- `bookmark`
254253
- `negationFilters`
255254
- `arrayFilters`
@@ -266,7 +265,7 @@ The following fields have been added:
266265

267266
== Additions
268267

269-
=== Added `count_EQ` as alternative to the deprecated count
268+
=== Added `count_EQ` as an alternative to the deprecated `count` filter
270269

271270
The `count_EQ` filter is now available as an alternative to the deprecated `count` filter.
272271

@@ -294,9 +293,9 @@ a|
294293
----
295294
|===
296295

297-
=== Added the _EQ filter as alternative of the deprecated implicit equal filters
296+
=== Added the `_EQ` filter as an alternative to the deprecated implicit "equal" filter
298297

299-
The `_EQ` filter is now available as an alternative to the deprecated implicit equal filters.
298+
The `_EQ` filter is now available as an alternative to the deprecated implicit "equal" filter.
300299

301300
[cols="1,1"]
302301
|===
@@ -399,9 +398,9 @@ type Person @node {
399398

400399
=== Deprecated the implicit equality filters
401400

402-
Previously when a field in a filter was present in filter without specifying the operator, it was treated as an equality filter.
403-
404-
This behavior is now deprecated and will be removed in the future. Please, use the `_EQ` filter.
401+
Previously, if a field was present in a filter without specifying the operator, it was treated as an equality filter.
402+
This behavior is now deprecated and will be removed in the future.
403+
Use the `_EQ` filter instead.
405404

406405
[cols="1,1"]
407406
|===
@@ -429,7 +428,8 @@ a|
429428

430429
=== Deprecated pagination `options` argument
431430

432-
The `options` argument in query and `@relationship` fields is deprecated and will be removed in the future. Use the `limit`, `offset` and `sort` arguments instead.
431+
The `options` argument in query and `@relationship` fields is deprecated and will be removed in the future.
432+
Use the `limit`, `offset` and `sort` arguments instead.
433433

434434
[cols="1,1"]
435435
|===
@@ -458,7 +458,7 @@ a|
458458

459459
=== Deprecated `directed` argument in `@relationship` fields
460460

461-
The `directed` argument was used to change the query direction of the relationship field at the query time, for instance:
461+
The `directed` argument was used to change the query direction of the relationship field at query time, for instance:
462462

463463

464464
[source, graphql, indent=0]
@@ -474,4 +474,4 @@ The `directed` argument was used to change the query direction of the relationsh
474474
----
475475

476476
The `directed` argument in `@relationship` fields is deprecated and will be removed in the future.
477-
Please configure this using `queryDirection` and `direction` arguments of the `@relationship` directive.
477+
Configure the query direction via the `queryDirection` and `direction` arguments of the `@relationship` directive instead.

0 commit comments

Comments
 (0)