I use DurationFields a fair amount in Django and I noticed that they don't seem to be supported. Digging through the code a bit, I think it could be added by changing .../strawberry_django/fields/types.py
in the following way:
Adding fields.DurationField: datetime.timedelta
to the field_type_map
dict
between line 70 & 71.
I'm a total newbie to any contributory activity, so I'm not sure if there's a better way to submit this.
Pay now to fund the work behind this issue.
Get updates on progress being made.
Maintainer is rewarded once the issue is completed.
You're funding impactful open source efforts
You want to contribute to this effort
You want to get funding like this too