Skip to content

Commit e2cd443

Browse files
export fetch with gql client (#69)
1 parent fc8b3b7 commit e2cd443

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/connection/gqlClient.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ export const gqlClient = (config: ConnectionParams): GraphQLClient => {
1919
...defaultHeaders,
2020
...headers,
2121
},
22+
fetch,
2223
})
2324
.request(query, variables, headers)
2425
.then((data) => ({ data }));

0 commit comments

Comments
 (0)