You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Native support for additional Type Converters (#353)
* Fields generated from Hybrid Properties & Type hints now support Unions (Union[ObjectType1,OT2] or ObjectType1 | OT2)
* Support for Variant and types.JSON Columns
* BREAKING: Date&Time now convert to their corresponding graphene scalars instead of String.
* BREAKING: PG UUID & sqlalchemy_utils.UUIDType now convert to graphene.UUID instead of graphene.String
* Change: Sort Enums & ChoiceType enums are now generated from Column.key instead of Column.name, see #330
Signed-off-by: Erik Wrede <[email protected]>
Co-authored-by: Nicolas Delaby <[email protected]>
Co-authored-by: davidcim <[email protected]>
Co-authored-by: Viktor Pegy <[email protected]>
Co-authored-by: Ian Epperson <[email protected]>
0 commit comments