diff --git a/strawberry/codegen/types.py b/strawberry/codegen/types.py index ac58f5368b..4d39fc4707 100644 --- a/strawberry/codegen/types.py +++ b/strawberry/codegen/types.py @@ -6,6 +6,7 @@ if TYPE_CHECKING: from enum import EnumMeta from typing_extensions import Literal + from strawberry.unset import UnsetType