Open njlg opened 2 years ago
After switching to use the retry middleware, I missed being able to have access to the request & response objects.
This changes brings adds that info to RRNLRetryMiddlewareError like RRNLRequestError (https://github.com/relay-tools/react-relay-network-modern/blob/master/src/createRequestError.js#L86-L87)
RRNLRetryMiddlewareError
RRNLRequestError
After switching to use the retry middleware, I missed being able to have access to the request & response objects.
This changes brings adds that info to
RRNLRetryMiddlewareError
likeRRNLRequestError
(https://github.com/relay-tools/react-relay-network-modern/blob/master/src/createRequestError.js#L86-L87)