Salesforce To Salesforce External Sharing related list in Lightning
Sample Code:Apex Class:public class ExternalSharingController { @AuraEnabled( cacheable = true ) public static List < ConnectionWrapper > fetchConnections( String recId ) { List < ConnectionWrapper > listConnections = ....