How can one disable retry on failed queries ?
I have a valid case of checking if entity is present, the api responds with 404 as it should and I need to adjust the UI. In current default behavior, the 404 is retried, but it should not retry as 404 is expected.
