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 9da8d3e commit 2bf5ac2Copy full SHA for 2bf5ac2
packages/genql/package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "@l1network/chaingraph-genql",
3
- "version": "0.1.3",
+ "version": "0.1.4",
4
"type": "module",
5
"description": "chaingraph genql",
6
"publishConfig": {
packages/genql/src/client/index.ts
@@ -11,7 +11,7 @@ export function createChaingraphClient({
11
options = {},
12
url = "https://graph.bitcash.org",
13
config = {},
14
-}: GraphQLSdkProps) {
+}: GraphQLSdkProps = {}) {
15
const headers = {
16
"x-chaingraph-api-key": apiKey,
17
}
0 commit comments