wyfo / apischema

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

@alias decorator breaks type hints on dataclasses #623

Open CaptainDriftwood opened 9 months ago

CaptainDriftwood commented 9 months ago

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