ashkan18 / graphlient

Ruby GraphQL Client
MIT License
251 stars 43 forks source link

add Graphlient::Errors::TimeoutError to handle Faraday::TimeoutError #71

Closed BenDrozdoff closed 4 years ago

BenDrozdoff commented 4 years ago

See #70 for context--as of Faraday 0.17.1 Faraday no longer catches TimeoutError as an instance of Faraday::ClientError so our application started seeing the raw Faraday Errors rather than the graphlient errors that we handle more cleanly.