"title":"Read / update MS Graph Custom Schema Extensions",
"shortDescription":"This sample shows how read and update a custom Schema extension in MS Graph. It shows how to create a custom Schema extension in Graph to store custom data related to an Office 365 Group, and how we can read and update that data using an spfx web part.",
"This sample shows how read and update a custom Schema extension in MS Graph. It shows how to create a custom Schema extension in Graph to store custom data related to an Office 365 Group, and how we can read and update that data using an spfx web part."
"alt":"Read / update MS Graph Custom Schema Extensions"
}
],
"authors":[
{
"gitHubAccount":"luismanez",
"company":"ClearPeople",
"pictureUrl":"https://github.com/luismanez.png",
"name":"Luis Ma\u00F1ez"
}
],
"references":[
{
"name":"Build your first SharePoint client-side web part",
"description":"Client-side web parts are client-side components that run in the context of a SharePoint page. Client-side web parts can be deployed to SharePoint environments that support the SharePoint Framework. You can also use modern JavaScript web frameworks, tools, and libraries to build them.",