Typed array attributes from `ash.gen.resource`
Hey guys, can array attributes be typed in Ash via generators?
When I run this:
I get something like this:
project/lib/my_app/my_domain/my_thing.ex
I tried doing
When I run this:
I get something like this:
project/lib/my_app/my_domain/my_thing.ex
I tried doing
--attribute my_list:{:array,:string} but it gives me a compile error about array not being a recognized attribute modifier