wyfo / apischema

JSON (de)serialization, GraphQL and JSON schema generation using Python typing.
https://wyfo.github.io/apischema/
MIT License
226 stars 18 forks source link

@alias decorator breaks type hints on dataclasses #623

Open CaptainDriftwood opened 7 months ago

CaptainDriftwood commented 7 months ago

Adding the @alias decorator above a dataclass breaks type hints. Is there anyway to fix this?