v3.2.1
版本发布时间: 2022-12-12 04:07:51
graphql-python/graphene最新发布版本:v3.3.0(2023-07-26 14:47:55)
What's Changed
Non-required InputFields
and Arguments
can now be marked as deprecated by passing the deprecation_reason
keyword argument to the constructor.
- Complete deprecated fields and arguments support by @vhutov in https://github.com/graphql-python/graphene/pull/1472
New Contributors
- @vhutov made their first contribution in https://github.com/graphql-python/graphene/pull/1472
Full Changelog: https://github.com/graphql-python/graphene/compare/v3.2.0...v3.2.1