Skip to content

Commit 0eb8a1d

Browse files
authored
fix: export GraphQLResponse type as part of the public API (#636)
Closes #635
1 parent 161e7d3 commit 0eb8a1d

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/index.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ import type {
1313
BatchRequestDocument,
1414
FetchOptions,
1515
GraphQLClientResponse,
16+
GraphQLResponse,
1617
HTTPMethodInput,
1718
JsonSerializer,
1819
MaybeLazy,
@@ -673,6 +674,7 @@ export {
673674
BatchRequestsOptions,
674675
ClientError,
675676
GraphQLClient,
677+
GraphQLResponse,
676678
rawRequest,
677679
RawRequestExtendedOptions,
678680
RawRequestOptions,

0 commit comments

Comments
 (0)