@@ -30,7 +30,7 @@ The minimum Neo4j version required to run the Neo4j GraphQL Library is now 5.0.0
3030
3131=== Removed the deprecated implicit "some" filter from `@relationship`
3232
33- The deprecated "some" filter without operator suffix has been removed from `@relationship` in favor of the explicit `_SOME` filter.
33+ The deprecated implicit "some" filter without operator suffix has been removed from `@relationship` in favor of the explicit `_SOME` filter.
3434
3535[cols="1,1"]
3636|===
@@ -109,12 +109,11 @@ The top-level `update` mutation now only accepts the `update` argument.
109109
110110The following nested operations have been moved into the `update` argument:
111111
112- - create
113- - create
114- - delete
115- - connect
116- - disconnect
117- - connectOrCreate
112+ - `create`
113+ - `delete`
114+ - `connect`
115+ - `disconnect`
116+ - `connectOrCreate`
118117
119118[cols="1,1"]
120119|===
@@ -241,7 +240,7 @@ query {
241240
242241=== Removed the bookmark field from the schema
243242
244- The bookmark field has been removed from the mutation information responses (CreateInfo, UpdateInfo, DeleteInfo) as it is no longer required.
243+ The bookmark field has been removed from the mutation `info` responses (` CreateInfo`, ` UpdateInfo`, ` DeleteInfo` ) as it is no longer required.
245244
246245
247246=== Changed the `excludeDeprecatedFields` setting in the Neo4jFeaturesSettings
@@ -266,7 +265,7 @@ The following fields have been added:
266265
267266== Additions
268267
269- === Added `count_EQ` as an alternative to the deprecated `count` filter
268+ === Added the `_EQ` filter as an alternative to the deprecated implicit equal filters
270269
271270The `count_EQ` filter is now available as an alternative to the deprecated `count` filter.
272271
459458
460459=== Deprecated `directed` argument in `@relationship` fields
461460
462- The `directed` argument was used to change the query direction of the relationship field at query time, for instance:
461+ The `directed` argument was used to change the query direction of the relationship field at the query time, for instance:
463462
464463
465464[source, graphql, indent=0]
0 commit comments