Skip to content

Commit

Permalink
Fix Last link
Browse files Browse the repository at this point in the history
  • Loading branch information
patrick91 committed Aug 19, 2024
1 parent 9edf3f8 commit 1fd19f4
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 @@ -142,7 +142,7 @@ Some things to note here:
- The mutation will receive the type in an argument named `"data"` by default.
To change it to `"info"` for example, you can change it by passing
`argument_name="info"` to the mutation, or set `MUTATIONS_DEFAULT_ARGUMENT_NAME="info"`
in your [strawberry django settings](../settings) to make it the default when not provided.
in your [strawberry django settings](./settings.md) to make it the default when not provided.
- 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.
Expand Down

0 comments on commit 1fd19f4

Please sign in to comment.