CLOUD-21: Add web and GraphQL API checks to disallow removing the last member of an org
Created by: rafax
Prohibit the only organization member from leaving the org (CLOUD-21) - video This is implemented in web code (to stop removal) and in GraphQL API (by checking if the user being removed is the only non-deleted member of the org in DB).