Martí Crespí
02/21/2019, 8:23 AMtype
string property, and creating a new one based on an enum. But when I try a query, when it's parsing the response, it throws an error.
"Expected a value of type \"CostType\" but received: \"MAINTENANCE\"",
because it's not converting the string to the enum. How can I do it in its resolve function to convert this string to its enum?