Samuel Lungati
Samuel Lungati
Your code is not in release 2.2.0..
I notice sqlalchemy_utils enum is being converted to graphene enum type. - 1. This section of code is triggered multiple times: ` def from_enum( cls, enum, description=None, deprecation_reason=None ): #...
You can turn off the automatic conversion of your enums https://github.com/graphql-python/graphene-sqlalchemy/pull/98#issuecomment-481497115 This is the solution!!! Spent a day and a half finding it