graphql-python / graphql-python/graphene-django
Cannot Serialize the datetime
Open
🐛bug
- Dominant language
- Python
- Stars
- 4.4k
- Forks
- 760
- PR merge metrics
- No merged PRs in 30d
Description
* **What is the current behavior?**
```
TypeError: Object of type 'datetime' is not JSON serializable
```
* **What is the expected behavior?**
Should serialize correctly without any error
* **What is the motivation / use case for changing the behavior?**
Integration with django-graphql-jwt 0.3.1
* **Please tell us about your environment:**
- Version: graphene-django 2.14.0
- Platform: Django 3.1.4
Contributor guide
Assessment
This issue has not been assessed yet.