Skip to content

🍓 0.250.0

Compare
Choose a tag to compare
@botberry botberry released this 18 Nov 17:41
· 36 commits to main since this release

In this release, we migrated the graphql-transport-ws types from data classes to typed dicts.
Using typed dicts enabled us to precisely model null versus undefined values, which are common in that protocol.
As a result, we could remove custom conversion methods handling these cases and simplify the codebase.

Releases contributed by @DoctorJohn via #3701