relay-tools / found-relay

Relay integration for Found
MIT License
276 stars 32 forks source link

Props are not present in Route if there is an error #619

Open optionsome opened 2 years ago

optionsome commented 2 years ago

We have a query that sometimes returns both the data and an error. However, in these cases only the error is available from a Route but not the props. I think the both should be present as it is a valid situation that the data can be processed even if there is an error. I have not (yet) replicated this problem with a minimal solution so it's still a possibility we are doing something wrong in our code.