I am trying to fetch all the content that I am following (favorites) like sites and groups via the Microsoft Graph API. Like the content you get on the new SharePoint homepage /_layouts/15/sharepoint.aspx?v=following. I did not find anything like that on the https://graph.microsoft.io docs.
MemberOf GET /users/<id | userPrincipalName>/memberOf is not what I want.