You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Deleting tenant - I'm guessing we can only do this if there are no other resources that have been created under the same tenant, correct? Under foreign key constaints
Deleting tenant - I'm guessing we can only do this if there are no other resources that have been created under the same tenant, correct? Under foreign key constaints
Come to think of it, deactivation or some kind of soft deletion makes more sense.
After a discussion, we've realized that we need some sort of resolver that allows us to check whether the tenant making the request is an operator or not. This will allow us to show different UI elements based on whether the operator is a tenant or not.
Add the following to
backend
Admin GraphQL API:tenant
querytenants
querycreateTenant
mutationupdateTenant
mutationdeleteTenant
mutationPrerequisites
backend
tenant service #3123The text was updated successfully, but these errors were encountered: