graphene-django
graphene-django copied to clipboard
Cast translated description for DecimalField
https://github.com/graphql-python/graphene-django/pull/976 casts all the description fields to strings to prevent schema printing from failing whenever the description is a lazy translated string. The DecimalField however got in after the v3 merge and it currently misses the cast.