Releases: drcallaway/apollo-link-timeout
Releases · drcallaway/apollo-link-timeout
v1.3.1
v1.3.0
The TimeoutError that's thrown when a request times out now contains the timeout value and a status code as timeout
and statusCode
properties, respectively. The status code value should be 408 for all timeout errors.