pleshevskiy/react-rest-request

Errors in state like data

pleshevskiy opened this issue · 1 comments

I wanted to add errors to state but we actually don't known where errors are in the response unlike graphql.

Maybe we should to add some transformation for errors and try to pick data.errors by default.

I've added source response in state temporary