File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
src/__tests__/__snapshots__ Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -10,8 +10,8 @@ Array [
1010 "DocumentTransform",
1111 "HttpLink",
1212 "InMemoryCache",
13+ "LinkError",
1314 "MissingFieldError",
14- "NetworkError",
1515 "NetworkStatus",
1616 "Observable",
1717 "ObservableQuery",
@@ -78,8 +78,8 @@ Array [
7878 "DocumentTransform",
7979 "HttpLink",
8080 "InMemoryCache",
81+ "LinkError",
8182 "MissingFieldError",
82- "NetworkError",
8383 "NetworkStatus",
8484 "Observable",
8585 "ObservableQuery",
@@ -131,13 +131,13 @@ exports[`exports of public entry points @apollo/client/errors 1`] = `
131131Array [
132132 "CombinedGraphQLErrors",
133133 "CombinedProtocolErrors",
134- "NetworkError ",
134+ "LinkError ",
135135 "PROTOCOL_ERRORS_SYMBOL",
136136 "ServerError",
137137 "ServerParseError",
138138 "UnconventionalError",
139139 "graphQLResultHasProtocolErrors",
140- "registerNetworkError ",
140+ "registerLinkError ",
141141 "toErrorLike",
142142]
143143` ;
You can’t perform that action at this time.
0 commit comments