Skip to content

Commit eb44f73

Browse files
authored
docs: removes aggregate defaulting to false note (#61) (#62)
1 parent a90e0a1 commit eb44f73

File tree

1 file changed

+1
-7
lines changed

1 file changed

+1
-7
lines changed

modules/ROOT/pages/schema-configuration/field-configuration.adoc

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -95,12 +95,6 @@ directive @relationship(
9595
) on FIELD_DEFINITION
9696
----
9797

98-
[NOTE]
99-
====
100-
In version 4.0.0, `aggregate` is `false` as default.
101-
See xref:migration/index.adoc[`Relationship updates`] for more information.
102-
====
103-
10498
=== Usage
10599

106100
*Configure aggregation*
@@ -542,4 +536,4 @@ input ActorActedInNodeAggregationWhereInput {
542536
}
543537
----
544538

545-
As shown by the previous inputs fields, the `actors` field is not available for filtering on both value and aggregation filters.
539+
As shown by the previous inputs fields, the `actors` field is not available for filtering on both value and aggregation filters.

0 commit comments

Comments
 (0)