You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: modules/ROOT/pages/guides/v4-migration/index.adoc
-21Lines changed: 0 additions & 21 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -559,27 +559,6 @@ const neoSchema = new Neo4jGraphQL({
559
559
})
560
560
----
561
561
562
-
[[opt-in-aggregation]]
563
-
=== Opt-in Aggregation
564
-
565
-
Aggregation operations are no longer generated by default.
566
-
They can be enabled case by case using the directives xref::type-definitions/schema-configuration/type-configuration.adoc#_query[`@query`] and xref::type-definitions/schema-configuration/field-configuration.adoc#_relationship[`@relationship`].
567
-
568
-
569
-
You can enable the operation fields `actorsAggregate` and `actedInAggregate` like this:
0 commit comments