Resource vs Record

Resource: The module Record: The %Resource{} struct
1 Reply
ZachDaniel
ZachDaniel4mo ago
yep! "struct" equals "any struct" record is "a struct where the module is also an Ash.Resource" %Ash.CiString{} is a struct %MyApp.User{} is a record

Did you find this page helpful?