TenantUpdate
Update a tenant
type TenantUpdate {
tenant: Tenant
tenantErrors: [TenantError!]!
}
Fields
TenantUpdate.tenant ● Tenant object
TenantUpdate.tenantErrors ● [TenantError!]! non-null object
Returned By
tenantUpdate mutation