Skip to content

Commit 1364533

Browse files
AJIXuMuKAlex Terentiev
authored andcommitted
Import MSGrapClientV3
1 parent c46544b commit 1364533

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/spfx/web-parts/get-started/using-microsoft-graph-apis.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ In this case, we'll modify the code to use Microsoft Graph to get access on the
100100
1. Add the following `import` statements after the existing `import` statements at the top fo the file:
101101

102102
```typescript
103-
import { MSGraphClient } from '@microsoft/sp-http';
103+
import { MSGraphClientV3 } from '@microsoft/sp-http';
104104
import * as MicrosoftGraph from '@microsoft/microsoft-graph-types';
105105
```
106106

0 commit comments

Comments
 (0)