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 {
769
769
770
770
=== Deprecated `where` field in `update` input
771
771
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.
773
773
The `where` in its deprecated location is a no-op for all nested operations apart from `update`.
774
774
775
775
For example, the following mutation is using the deprecated syntax:
@@ -788,7 +788,7 @@ mutation {
788
788
}
789
789
```
790
790
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:
792
792
793
793
```graphql
794
794
mutation {
You can’t perform that action at this time.
0 commit comments