Fix nested fields update #270
Annotations
10 errors and 2 warnings
strawberry_django/mutations/mutations.py#L265
Alternative syntax for unions requires Python 3.10 or newer (reportGeneralTypeIssues)
|
strawberry_django/mutations/mutations.py#L326
Alternative syntax for unions requires Python 3.10 or newer (reportGeneralTypeIssues)
|
strawberry_django/mutations/mutations.py#L387
Alternative syntax for unions requires Python 3.10 or newer (reportGeneralTypeIssues)
|
strawberry_django/mutations/resolvers.py#L103
"related_model" is not a known attribute of "None" (reportOptionalMemberAccess)
|
strawberry_django/mutations/resolvers.py#L104
No overloads for "create" match the provided arguments (reportCallIssue)
|
strawberry_django/mutations/resolvers.py#L104
Argument of type "Any | type[Model] | None" cannot be assigned to parameter "model" of type "type[_M@create]" in function "create"
Type "Any | type[Model] | None" is incompatible with type "type[_M@create]" (reportArgumentType)
|
strawberry_django/mutations/resolvers.py#L574
Cannot access attribute "related_name" for class "Field[Sequence[Unknown], ManyToManyRelatedManager[Unknown, Unknown]]"
Attribute "related_name" is unknown (reportAttributeAccessIssue)
|
strawberry_django/mutations/resolvers.py#L589
Cannot access attribute "instance" for class "RelatedManager[Unknown]"
Attribute "instance" is unknown (reportAttributeAccessIssue)
|
strawberry_django/mutations/resolvers.py#L589
Cannot access attribute "instance" for class "ManyToManyRelatedManager[Unknown, Unknown]"
Attribute "instance" is unknown (reportAttributeAccessIssue)
|
strawberry_django/mutations/resolvers.py#L591
Cannot access attribute "instance" for class "RelatedManager[Unknown]"
Attribute "instance" is unknown (reportAttributeAccessIssue)
|
The following actions uses Node.js version which is deprecated and will be forced to run on node20: jakebailey/pyright-action@v1. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
|
This job failed
Loading