Skip to content

Commit

Permalink
fix: export GraphQLResponse type as part of the public API (#636)
Browse files Browse the repository at this point in the history
Closes #635
  • Loading branch information
jonkoops authored Dec 18, 2023
1 parent 161e7d3 commit 0eb8a1d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ import type {
BatchRequestDocument,
FetchOptions,
GraphQLClientResponse,
GraphQLResponse,
HTTPMethodInput,
JsonSerializer,
MaybeLazy,
Expand Down Expand Up @@ -673,6 +674,7 @@ export {
BatchRequestsOptions,
ClientError,
GraphQLClient,
GraphQLResponse,
rawRequest,
RawRequestExtendedOptions,
RawRequestOptions,
Expand Down

0 comments on commit 0eb8a1d

Please sign in to comment.