Closed emilssolmanis closed 4 years ago
@emilssolmanis I'm using ENUM values as strings without any issues, both on JavaScript and Elixir backends. Did you try that?
Also, I'm planning the move to 0.2 parser version, but the internals have a lot of changes, so it will be more rewrite than upgrade
@retro it fails with a validation error in my case, the backend is in node, not sure of the specific framework. I'm aware it's more of a rewrite.
@emilssolmanis Can you please try just one more thing, can you try to pass the someArg
as a variable? Maybe that's the difference.
Fixed in 0.1.9 5a928e514f5d2335cc98df0ae6569e0fe2df7d9a
Hi
Looks like enum args are not supported right now, i.e.,
this fails. I did some digging, and by the looks of it this is literally unfixable without moving to the 0.2.x series of the parser, because as is you only get
versus 0.2.x being
I.e., you wouldn't even know if it's an enum value or a string with the current parser.