File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed 
modules/ROOT/pages/migration Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -769,7 +769,7 @@ type Movie @node {
769769
770770=== Deprecated `where` field in `update` input
771771
772- The `where` field for nested update operations has been deprecated to be moved within  the `update` input field.
772+ The `where` field for nested update operations has been deprecated to be moved inside  the `update` input field.
773773The `where` in its deprecated location is a no-op for all nested operations apart from `update`.
774774
775775For example, the following mutation is using the deprecated syntax:
@@ -788,7 +788,7 @@ mutation {
788788}
789789```
790790
791- It should be modified  to move the `where` inside the `update` operation:
791+ Modify the mutation  to move the `where` inside the `update` operation:
792792
793793```graphql
794794mutation {
    
 
   
 
     
   
   
          
     
  
    
     
 
    
      
     
 
     
    You can’t perform that action at this time.
  
 
    
  
     
    
      
        
     
 
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments