File tree Expand file tree Collapse file tree 1 file changed +0
-29
lines changed 
modules/ROOT/pages/migration Expand file tree Collapse file tree 1 file changed +0
-29
lines changed Original file line number Diff line number Diff line change @@ -466,35 +466,6 @@ type Person @node {
466466---- 
467467|===
468468
469- === Deprecated the implicit equality filters
470- 
471- Previously, if a field was present in a filter without specifying the operator, it was treated as an equality filter.
472- This behavior is now deprecated and will be removed in the future.
473- Use the `_EQ` filter instead.
474- 
475- [cols="1,1"]
476- |===
477- |Before | Now
478- 
479- a|
480- [source, graphql, indent=0]
481- ---- 
482- { 
483-   movies(where: { title: "The Matrix" }) { 
484-     title 
485-   } 
486- } 
487- ---- 
488- a|
489- [source, graphql, indent=0]
490- ---- 
491- { 
492-   movies(where: { title_EQ: "The Matrix" }) { 
493-     title 
494-   } 
495- } 
496- ---- 
497- |===
498469
499470=== Deprecated pagination `options` argument
500471
    
 
   
 
     
   
   
          
     
  
    
     
 
    
      
     
 
     
    You can’t perform that action at this time.
  
 
    
  
     
    
      
        
     
 
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments