You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Django's DecimalFieldclass 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?