File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
modules/ROOT/pages/queries-aggregations Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -43,7 +43,7 @@ type Query {
43
43
44
44
== Querying aggregations
45
45
46
- Aggregations on a type are provided in the field `aggregat ` inside Connection:
46
+ Aggregations on a type are provided in the field `aggregate ` inside Connection:
47
47
48
48
[source, graphql, indent=0]
49
49
----
@@ -134,9 +134,9 @@ query {
134
134
----
135
135
136
136
137
- == Aggregate related nodes
137
+ == Aggregating related nodes
138
138
139
- Related nodes can also be aggregated within a query by accessing the aggregation fields in the connection.
139
+ You can aggregate related nodes in a query by accessing the aggregation fields in the connection.
140
140
In these fields, you can **count**, aggregate the **nodes** or **edges** fields.
141
141
142
142
The same selections and types as before are available in relationship aggregations.
You can’t perform that action at this time.
0 commit comments