Skip to content

Commit bf559c8

Browse files
authored
export things I need (#240)
1 parent 418a46b commit bf559c8

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

.changeset/brave-moose-hang.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
'@apollo/explorer-helpers': patch
3+
---
4+
5+
export more types I forgot to

packages/explorer-helpers/src/index.ts

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,12 @@
1-
export { constructMultipartForm } from './constructMultipartForm';
1+
export {
2+
constructMultipartForm,
3+
getFileListFromTransfer,
4+
} from './constructMultipartForm';
25
export { readMultipartWebStream } from './readMultipartWebStream';
36
export type {
47
FileVariable,
58
FileVariableFromTransfer,
9+
OperationRequestBody,
610
} from './constructMultipartForm';
711
export type {
812
MultipartResponse,

0 commit comments

Comments
 (0)