kadirahq / lokka-transport-http

HTTP Transport Layer for Lokka
MIT License
41 stars 38 forks source link

Add the data object received to the Error object #9

Closed hanse closed 8 years ago

hanse commented 8 years ago

Sometimes you want to use the partial data you received from the graphql server in the event of errors. With this PR you can catch the error and continue with the data you got.

arunoda commented 8 years ago

Thanks.