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 f4a2aab commit 3cd0d50Copy full SHA for 3cd0d50
README.md
@@ -550,6 +550,21 @@ const client = createClient({
550
551
</details>
552
553
+<details id="deno-client">
554
+<summary><a href="#deno-client">🔗</a> Client usage in Deno</summary>
555
+
556
+```js
557
+import { createClient } from 'graphql-http';
558
559
+const client = createClient({
560
+ url: 'http://deno.earth:4000/graphql',
561
+});
562
563
+// consider other recipes for usage inspiration
564
+```
565
566
+</details>
567
568
<details id="auth">
569
<summary><a href="#auth">🔗</a> Server handler usage with authentication</summary>
570
0 commit comments