Skip to content

Make graphene.Decimal consistent to models.DecimalField #920

Open
@fkromer

Description

@fkromer

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?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions