Skip to content

Commit 1e0f337

Browse files
committed
Grammar and wrapping tweak
1 parent 3ef0167 commit 1e0f337

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

TUTORIAL.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -953,10 +953,10 @@ input CollectionInput {
953953

954954
As in the example above, `collectionUpdate` takes two arguments. `collectionId`
955955
selects 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
962962
must be separate to the parameter providing the change data.*

0 commit comments

Comments
 (0)