Summary
In this chapter, we were first introduced to the Microsoft Graph API, including the API structure and the usage of the API. We also learned how to use OData queries to filter, order, and define API calls.
Next, we delved into using Microsoft Graph Explorer with the Graph API, and learned how it can be used to discover the API and test API calls, but also used for small configurations.
Next, we learned how to use the Microsoft Graph PowerShell SDK to access Microsoft Graph.
Finally, we were introduced to how the Graph API can be accessed within the SharePoint Framework, and how the SharePoint Frameworkâs Graph API permissions are managed.
In the next chapter, we will delve into SharePoint Framework web parts.