We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents c3a2bef + 61727b4 commit 7558470Copy full SHA for 7558470
src/http/GraphClientFactory.ts
@@ -1,7 +1,7 @@
1
import { BaseBearerTokenAuthenticationProvider } from "@microsoft/kiota-abstractions";
2
import { Middleware } from "@microsoft/kiota-http-fetchlibrary";
3
import { GraphHttpClient } from "./GraphHttpClient.js";
4
-import { getDefaultMiddlewares, GraphTelemetryOption } from "../middleware";
+import { getDefaultMiddlewares, GraphTelemetryOption } from "../middleware/index.js";
5
6
/**
7
* Creates an instance of `GraphHttpClient`, with the provided middlewares and custom fetch implementation both parameters are optional.
0 commit comments