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 fc8b3b7 commit e2cd443Copy full SHA for e2cd443
src/connection/gqlClient.ts
@@ -19,6 +19,7 @@ export const gqlClient = (config: ConnectionParams): GraphQLClient => {
19
...defaultHeaders,
20
...headers,
21
},
22
+ fetch,
23
})
24
.request(query, variables, headers)
25
.then((data) => ({ data }));
0 commit comments