Questions tagged [microsoft-graph-toolkit]

Questions relating to the Microsoft Graph Toolkit

Find out more about the Microsoft Graph Toolkit in the documentation or at the GitHub project page.

112 questions
0
votes
1 answer

Integrate Graph API toolkit avoiding Login component with existing application authenticated with Azure AD using "@azure/msal-angularjs": "^0.1.1"

I am trying to integrate the React based Graph API toolkit with existing application build on Angular JS 1.x . The React application is deployed as a web component in the existing Angular Application. The existing Angular application is…
0
votes
1 answer

Use the Beta endpoint in the Graph Toolkit in SharePoint spfx

I want to fetch data from Graph from the new beta versions, specifically the user profiles. When specifying the following code let provider = new SharePointProvider(this.context); provider.graph = BetaGraph.fromGraph(provider.graph); …
0
votes
0 answers

Graph toolkit react components are not maintaining states

I have a List component with has a list item template as a react component calling Graph Api using Graph Api toolkit react component also the template has component as show below. List Component
0
votes
0 answers

Compatibility between the Microsoft Graph Toolkit and Fluent UI styling

I am building Web forms that use a mix of Microsoft Graph Toolkit components (React flavor) and Fluent UI components. What is the proper way to style those forms? Are the Fluent UI styles going to work seamlessly on mgt components as well, or are…
Christophe
  • 27,383
  • 28
  • 97
  • 140
0
votes
1 answer

Render additional details in mgt-person-card after opened

I have added additional details into the person card, very similar to this: