Add new ordering method allowing ordering by multiple fields #445
Annotations
4 errors and 2 warnings
Check for pyright errors:
strawberry_django/ordering.py#L206
Object of type "None" cannot be used as iterable value (reportOptionalIterable)
|
Check for pyright errors:
strawberry_django/ordering.py#L258
Type "object" is not assignable to return type "tuple[_QS@process_ordering, Collection[F | OrderBy | str]]"
"object" is not assignable to "tuple[_QS@process_ordering, Collection[F | OrderBy | str]]" (reportReturnType)
|
Check for pyright errors:
strawberry_django/ordering.py#L344
Type "type | UnsetType | type[WithStrawberryObjectDefinition] | None" is not assignable to return type "type[WithStrawberryObjectDefinition] | None"
Type "type | UnsetType | type[WithStrawberryObjectDefinition] | None" is not assignable to type "type[WithStrawberryObjectDefinition] | None"
Type "UnsetType" is not assignable to type "type[WithStrawberryObjectDefinition] | None"
Type "UnsetType" is not assignable to type "type[WithStrawberryObjectDefinition]"
"UnsetType" is not assignable to "None" (reportReturnType)
|
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
|
Set up Python
The `python-version` input is not set. The version of Python currently in `PATH` will be used.
|
Loading