File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed 
modules/ROOT/pages/migration Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -566,11 +566,11 @@ A warning is raised if you use a deprecated value.
566566Aggregations on ID fields are now deprecated and will be removed in the future.
567567
568568
569- === Deprecated Aggregate  operations
569+ === Deprecated aggregation  operations
570570
571- Explicit Aggregate  operations, both top  level and nested, have been deprecated in favor of the fields  `aggregate` inside Connection  operations.
571+ Explicit aggregation  operations, both top- level and nested, have been deprecated in favor of the `aggregate` field  inside connection  operations.
572572
573- So, for  example:
573+ For  example:
574574
575575[source, graphql, indent=0]
576576---- 
@@ -584,7 +584,7 @@ query {
584584} 
585585---- 
586586
587- Is  deprecated in favor of:
587+ The previous query is  deprecated in favor of the following :
588588
589589[source, graphql, indent=0]
590590---- 
@@ -604,4 +604,4 @@ query {
604604} 
605605---- 
606606
607- Note that `count` now returns the explcit  fields `nodes` and `edges`.
607+ Note that `count` now returns the explicit  fields `nodes` and `edges`.
    
 
   
 
     
   
   
          
     
  
    
     
 
    
      
     
 
     
    You can’t perform that action at this time.
  
 
    
  
     
    
      
        
     
 
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments