diff --git a/src/index.ts b/src/index.ts index 3ff93aa21..01bfedf47 100644 --- a/src/index.ts +++ b/src/index.ts @@ -13,6 +13,7 @@ import type { BatchRequestDocument, FetchOptions, GraphQLClientResponse, + GraphQLResponse, HTTPMethodInput, JsonSerializer, MaybeLazy, @@ -673,6 +674,7 @@ export { BatchRequestsOptions, ClientError, GraphQLClient, + GraphQLResponse, rawRequest, RawRequestExtendedOptions, RawRequestOptions,