This repository has been archived by the owner on Sep 6, 2023. It is now read-only.
Releases: loft-orbital/graphene
Releases · loft-orbital/graphene
Enable to provide specific type names to Enum generated from Python enums
What's Changed
- feat: add ability to provide a type name to enum when using from_enum by @tcleonard in #11
Full Changelog: loft-v3-1.1...loft-v3-1.2
Version based on latest core repository tag 3.1.0
What's Included over the core repository
- fix: input with invalid types should raise an error by @tcleonard in #9
- feat: Add support for custom global ID by @tcleonard in #10
Full Changelog: https://github.com/loft-orbital/graphene/commits/loft-v3-1.1
First workable version with based on graphene v3
contains the following changes on top of the official version:
- fix: input with invalid types should raise an error
- feat: Add support for custom global ID
- fix: default value for argument should be Undefined (Issue graphql-python#1394) and update function from_global_id exception handling (graphql-python/graphql-relay-py@b217aef)