graphql-python/graphene-django
Converters cannot convert datetime.timedelta to float.
開放
#348 建立於 2017年12月18日
help wanted✨enhancement
倉庫指標
- 星標
- (4,173 顆星)
- PR 合併指標
- (PR 指標待抓取)
描述
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.