Skip to content

Commit

Permalink
Improved language in mutations docs (#668)
Browse files Browse the repository at this point in the history
  • Loading branch information
KyeRussell authored Dec 8, 2024
1 parent b72b32c commit 1c74535
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/guide/mutations.md
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,7 @@ Some things to note here:
- Take note that inputs using `partial` will _not_ automatically mark non-auto fields optional
and instead will respect explicit type annotations;
see [partial input types](./types.md#input-types) documentation for examples.
- I's also possible to update or delete model by using unique identifier other than id by providing `key_attr` property :
- It's also possible to update or delete a model using a unique identifier other than `id` by passing a `key_attr` argument:

```python
@strawberry_django.partial(SomeModel)
Expand Down

0 comments on commit 1c74535

Please sign in to comment.