enabling multi tenant for graphql
turning on graphql for first time in my app (multi tenant)
and my first query blows up with:
which makes sense. So reading ash graphl docs:
Adding
and my first query blows up with:
Queries against the App.Elevate.Group resource require a tenant to be specifiedwhich makes sense. So reading ash graphl docs:
Adding
import Ash.PlugHelpers to bring in set_tenant and the IDE complains that set_actor is ambiguous. Does it matter which set_actor is used?