graphene-django
graphene-django copied to clipboard
Make graphene.Decimal consistent to models.DecimalField
Django's DecimalField class DecimalField(max_digits=None, decimal_places=None, **options) with max_digits and decimal_places is super useful. graphene.Decimal seems not to support definition of places before and after the point yet. What about making graphene.Decimal more consistent with DecimalField?
@fkromer @jkimbo I assigned this issue to myself. I can tackle with this after completing #91 and #958
@ulgens Thx a lot!
Is this still relevant? If so, what is blocking it? Is there anything you can do to help move it forward?
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs.
was this fixed?
Wondering whats an update on this one?