Closed Tenrys closed 1 year ago
It looks like you'd need to simply replace regexp out the []!
characters that getFieldScalar
adds where field.scalar
is used when checking for enums, but I don't know how clean that is for the codebase as a whole.
I'll try making a PR tomorrow, maybe a little cleaner than that.
Fix released in 1.0.0-rc.4.
As seen here:
In these 3 spots:
However it does seem like the proper input type exists and is used correctly elsewhere, so maybe it's not that hard of a fix?