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.
1 parent c3a2bef commit 61727b4Copy full SHA for 61727b4
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