hasura-storage
hasura-storage copied to clipboard
go client should return an error if requests fails
Right now go client only returns an error if there is an error client-side (i.e. if it can't reach the server), if the request is performed successfully but the server returns an error the client will return the response but won't notify there was an error. Ideally we'd return some type of error.