Skip to content

Commit 15f5375

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

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

modules/ROOT/pages/migration/index.adoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -624,7 +624,7 @@ new Neo4jGraphQL({
624624
----
625625

626626

627-
=== Deprecated `*aggregate` fields
627+
=== Deprecated `*Aggregate` fields
628628

629629
Top level and nested `*Aggregate` fields have been deprecated in favor of `aggregate` fields inside connections:
630630

@@ -661,7 +661,7 @@ query {
661661
|===
662662

663663

664-
`*aggregate` fields can be disabled from the generated schema with the option `deprecatedAggregateOperations` set to `true`:
664+
`*Aggregate` fields can be disabled from the generated schema with the option `deprecatedAggregateOperations` set to `true`:
665665

666666

667667
[source, javascript]

0 commit comments

Comments
 (0)