Retrieve SharePoint List Items Using Microsoft Graph API for SPFx
Reading Time: 7 minutes Download the code here Overview When building SharePoint Framework solutions, you can easily connect to the Microsoft Graph by using the MSGraphClient. MSGraphClient is a new HTTP client introduced in SharePoint Framework v1.6.0 that simplifies connecting to the Microsoft Graph inside SharePoint Framework solutions. The MSGraphClient is available only in …