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 {
4343
4444== Querying aggregations
4545
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:
4747
4848[source, graphql, indent=0]
4949----
@@ -134,9 +134,9 @@ query {
134134----
135135
136136
137- == Aggregate related nodes
137+ == Aggregating related nodes
138138
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.
140140In these fields, you can **count**, aggregate the **nodes** or **edges** fields.
141141
142142The same selections and types as before are available in relationship aggregations.
You can’t perform that action at this time.
0 commit comments