Skip to content

Commit b432e9f

Browse files
Apply suggestions from code review
Co-authored-by: Richard Sill <156673635+rsill-neo4j@users.noreply.github.com>
1 parent 10e1690 commit b432e9f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

modules/ROOT/pages/migration/index.adoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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.
773773
The `where` in its deprecated location is a no-op for all nested operations apart from `update`.
774774

775775
For 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
794794
mutation {

0 commit comments

Comments
 (0)