I'm trying to understand how to use attribute-based multitenancy with AshGraphql
1. The documentation says to set up a
2. The documentation says to pass the tenant to the
Also, I inspected the above call to ensure it's being called correctly in my test.
So now in my test, I call the "create" mutation for my resource, and it returns the error
What am I missing?
multitenancy block in your resource module, and add a strategy and attribute. Check:2. The documentation says to pass the tenant to the
conn by calling Ash.PlugHelpers.set_tenant/2. Check:Also, I inspected the above call to ensure it's being called correctly in my test.
So now in my test, I call the "create" mutation for my resource, and it returns the error
"GF.Ash.WebComponent changesets require a tenant to be specified"What am I missing?
