Closed devkral closed 1 year ago
this is a problem in strawberry-graphql-django. They extract all annotated fields instead of using the strawberry logic (dataclass logic)
classvars are not excluded this way
Hey @devkral ,
I'm currently porting strawberry-django-plus to the new relay structure. After that I'll fix strawberry-graphql-django as well :)
It seems that the _id_attr field is not removed from the field set
strawberry.exceptions.unresolved_field_type.UnresolvedFieldTypeError: Could not resolve the type of '_id_attr'. Check that the class is accessible from the global module scope.