Support multi-level nested create/update with model full_clean()
#427
Annotations
4 errors and 3 warnings
Check for pyright errors:
strawberry_django/mutations/resolvers.py#L313
No overloads for "update" match the provided arguments (reportCallIssue)
|
Check for pyright errors:
strawberry_django/mutations/resolvers.py#L314
Argument of type "Any | None" cannot be assigned to parameter "instance" of type "Iterable[_M@update]" in function "update"
Type "Any | None" is not assignable to type "Iterable[_M@update]"
"None" is incompatible with protocol "Iterable[_M@update]"
"__iter__" is not present (reportArgumentType)
|
Check for pyright errors:
tests/test_input_mutations.py#L298
Argument of type "Unknown | None" cannot be assigned to parameter "value" of type "str" in function "from_base64"
Type "Unknown | None" is not assignable to type "str"
"None" is not assignable to "str" (reportArgumentType)
|
Check for pyright errors
3 errors
|
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Check for pyright errors:
strawberry_django/mutations/resolvers.py#L434
Unnecessary "# type: ignore" comment (reportUnnecessaryTypeIgnoreComment)
|
Set up Python
The `python-version` input is not set. The version of Python currently in `PATH` will be used.
|
Loading