v3.2.0
New features
- DSL: support custom names for root operation types (#320)
Fixes
- Fix gql-cli signal issue on windows (fixed in #311)
- Represent serialized floats to approximately python float precision (#318)
Maintenance
- Update black dev dependency to 22.3.0 (#313)
- replace use of
scripts
withentry_points
(#311) - build Python wheel (#312)
Documentation
- DSL add note for arguments with Python keywords (#317)