I need to relax the ModifiedArgument<EnumType> parameter validation to accept string values, or maybe better yet provide a mechanism to convert a response::Value of type String to EnumValue from the resolver's generated implementation so it can do that dynamically before calling require or find.
I need to relax the
ModifiedArgument<EnumType>parameter validation to accept string values, or maybe better yet provide a mechanism to convert aresponse::Valueof typeStringtoEnumValuefrom the resolver's generated implementation so it can do that dynamically before calling require or find.