Skip to content

Commit 2a24bab

Browse files
committed
fix: export handleApolloError function from package index
1 parent 7008d8a commit 2a24bab

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/index.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
*/
44

55
export * from './ApolloErrorProcessor';
6+
export * from './handleApolloError';
67
export * from './mutation';
78
export * from './query';
89
export * from './subscription';

0 commit comments

Comments
 (0)