File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -953,10 +953,10 @@ input CollectionInput {
953953
954954As in the example above , `collectionUpdate ` takes two arguments . `collectionId `
955955selects the collection to update , and `collection ` provides the update data . An
956- alternative to this would be a single merged `collection : CollectionInput !` argument , where
957- `CollectionInput ` would have a nullable `id ` input field . However , this makes it
958- difficult to determine which parts of the call relate to ' select ', and which relate
959- to 'update ' and is not recommended .
956+ alternative to this would be a single merged `collection : CollectionInput !`
957+ argument , where `CollectionInput ` would have a nullable `id ` input field .
958+ However , this makes it difficult to determine which parts of the call relate to
959+ ' select ', and which relate to 'update ', and is therefore not recommended .
960960
961961*Rule #22: For update mutations, the parameter relating to selecting the entry
962962must be separate to the parameter providing the change data .*
You can’t perform that action at this time.
0 commit comments