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 8f13481 commit 693464dCopy full SHA for 693464d
src/clientStubFromSlash.ts
@@ -3,9 +3,9 @@ import * as Url from "url-parse";
3
import { DgraphClientStub } from "./clientStub";
4
5
const PORT = "443";
6
-/**
7
-* @deprecated since v21.3 and will be removed in v21.07 release.
8
-*/
+/**
+ * @deprecated since v21.3 and will be removed in v21.07 release.
+ */
9
10
export function clientStubFromSlashGraphQLEndpoint(
11
graphqlEndpoint: string,
0 commit comments