AshTypescript: Get with Relationships gives unknown_field error
The example on the Get with Relationships docs does not work for me. It returns the following error:
Both resources have the
BTW, if the relationship name is e.g. "the_profile", and called in TypeScript like:
then the returned error would become
Both resources have the
AshTypescript.Resource extension and are included within the typescript_rpc block of the domain.BTW, if the relationship name is e.g. "the_profile", and called in TypeScript like:
then the returned error would become
"fields": ["theProfile"] (camel case).