Align strawberry resolver with expected return type

This commit is contained in:
Griffin Ellis 2024-10-07 21:27:10 +01:00
parent 6b219a279b
commit 5a032c2345

View File

@ -84,7 +84,7 @@ class CustomFieldType(ObjectType):
class CustomFieldChoiceSetType(ObjectType):
choices_for: List[Annotated["CustomFieldType", strawberry.lazy('extras.graphql.types')]]
extra_choices: List[str] | None
extra_choices: List[List[str]] | None
@strawberry_django.type(