graphql-python/graphene-django
View on GitHubConverters cannot convert datetime.timedelta to float.
Open
#348 opened on Dec 18, 2017
help wanted✨enhancement
Description
hello devs. During a conversation about an issue of graphql-core @jkimbo found a possible error
raising something like { "message": "float() argument must be a string or a number, not 'datetime.timedelta'" }
you can check https://github.com/graphql-python/graphql-core/issues/150 for more info.