Skip to content

Commit b7266ec

Browse files
Apply suggestions from code review
Co-authored-by: Richard Sill <156673635+rsill-neo4j@users.noreply.github.com>
1 parent fb677ad commit b7266ec

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

modules/ROOT/pages/queries-aggregations/aggregations.adoc

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff 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.
140140
In these fields, you can **count**, aggregate the **nodes** or **edges** fields.
141141

142142
The same selections and types as before are available in relationship aggregations.

0 commit comments

Comments
 (0)