File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -138,7 +138,7 @@ Please use the `queryDirection` argument of the `@relationship` directive instea
138
138
139
139
The `directedArgument` setting of `excludeDeprecatedFields` has been removed.
140
140
141
- === Changed `queryDirection` values
141
+ === Accepted values of the `queryDirection` argument of `@relationship` has been changed
142
142
143
143
Following the removal of the `directed` argument,
144
144
the `queryDirection` argument of the `@relationship` directive now only accepts two possible values:
183
183
184
184
The `typename_IN` setting of `excludeDeprecatedFields` has been removed.
185
185
186
- === Aggregations are no longer available for `ID` fields
186
+ === Aggregations are no longer generated for `ID` fields
187
187
188
- `ID` fields are no longer included in aggregation fields and filters.
188
+ `ID` fields are excluded from aggregation fields and aggregation filters.
189
189
190
190
=== Single element relationships have been removed
191
191
Original file line number Diff line number Diff line change 1
1
# tag::note[]
2
2
[NOTE]
3
3
====
4
- This is the documentation of the GraphQL Library version 6 .
4
+ This is the documentation of the GraphQL Library version 7 .
5
5
For the long-term support (LTS) version 5, refer to link:{neo4j-docs-base-uri}/graphql/5/[GraphQL Library version 5 LTS].
6
6
====
7
7
# end::note[]
You can’t perform that action at this time.
0 commit comments