Multiple Tenant Resources
In my app, I have two tenant resources:
I've tried this:
But I'm getting the following error:
And when I provide implementations for the
It works but, I get the following warning:
Should I just ignore it, or is there a better approach to this?
Organization and Establishment. I'm using the new scope feature and the value for current_tenant is a map containing both tenants. I need to provide an Ash.ToTenant implementation that extracts the correct tenant depending on the resource being queried. I've tried this:
But I'm getting the following error:
And when I provide implementations for the
Map type:It works but, I get the following warning:
Should I just ignore it, or is there a better approach to this?
