graphql-python/graphene-django

Converters cannot convert datetime.timedelta to float.

Open

#348 ouverte le 18 déc. 2017

Voir sur GitHub
 (9 commentaires) (3 réactions) (0 assignés)Python (4 173 stars) (754 forks)batch import
help wanted✨enhancement

Description

hello devs. During a conversation about an issue of graphql-core @jkimbo found a possible error

https://github.com/graphql-python/graphene-django/blob/5051d3bb617ce6977eebc023c958bd10de91fe91/graphene_django/converter.py#L111-L113

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.

Guide contributeur