We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 89383d7 commit 15f5375Copy full SHA for 15f5375
modules/ROOT/pages/migration/index.adoc
@@ -624,7 +624,7 @@ new Neo4jGraphQL({
624
----
625
626
627
-=== Deprecated `*aggregate` fields
+=== Deprecated `*Aggregate` fields
628
629
Top level and nested `*Aggregate` fields have been deprecated in favor of `aggregate` fields inside connections:
630
@@ -661,7 +661,7 @@ query {
661
|===
662
663
664
-`*aggregate` fields can be disabled from the generated schema with the option `deprecatedAggregateOperations` set to `true`:
+`*Aggregate` fields can be disabled from the generated schema with the option `deprecatedAggregateOperations` set to `true`:
665
666
667
[source, javascript]
0 commit comments