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
I see, I don't understand the need for it to return the enum but if it is designed that way I will live with it. I used a mixin to get the value if any input is enum.
Using Enum on input of mutation the value given to the mutation is not the value of the enum.
I expect only the value of the enum choise to be returned.
Using this for example on DjangoModelFormMutation breaks simplicift and workflow.
See image below as in kwargs it is returned EnumMeta instead of value correspondent on enum.

The text was updated successfully, but these errors were encountered: