graphene
graphene copied to clipboard
Add support for Enum inheritance
Due to fact that python's Enum doesn't support inheritance, and in some cases it might be useful, so I added this functionality to graphene's Enum.