Skip to content

Commit 0bc48f3

Browse files
last refinement on migration guide
1 parent b8d424b commit 0bc48f3

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

modules/ROOT/pages/migration/index.adoc

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -138,7 +138,7 @@ Please use the `queryDirection` argument of the `@relationship` directive instea
138138

139139
The `directedArgument` setting of `excludeDeprecatedFields` has been removed.
140140

141-
=== Changed `queryDirection` values
141+
=== Accepted values of the `queryDirection` argument of `@relationship` has been changed
142142

143143
Following the removal of the `directed` argument,
144144
the `queryDirection` argument of the `@relationship` directive now only accepts two possible values:
@@ -183,9 +183,9 @@ a|
183183

184184
The `typename_IN` setting of `excludeDeprecatedFields` has been removed.
185185

186-
=== Aggregations are no longer available for `ID` fields
186+
=== Aggregations are no longer generated for `ID` fields
187187

188-
`ID` fields are no longer included in aggregation fields and filters.
188+
`ID` fields are excluded from aggregation fields and aggregation filters.
189189

190190
=== Single element relationships have been removed
191191

modules/ROOT/partials/notes.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# tag::note[]
22
[NOTE]
33
====
4-
This is the documentation of the GraphQL Library version 6.
4+
This is the documentation of the GraphQL Library version 7.
55
For the long-term support (LTS) version 5, refer to link:{neo4j-docs-base-uri}/graphql/5/[GraphQL Library version 5 LTS].
66
====
77
# end::note[]

0 commit comments

Comments
 (0)