mutation DeleteOpportunity { deleteOpportunity(id: "38") }
query Opportunity { opportunity(id: "35") { id permissions { can_delete } } }