**Describe the bug** fetchMore is not working when background refresh is going on in case of infinite query. **To Reproduce** Steps to reproduce the behaviour: 1. Go to https://codesandbox.io/s/vigorous-tharp-gotnu?file=/pages/index.js 2. When there's background refresh is going on, click on the Load More button 3. You can see that next page wont be fetched. **Expected behaviour** Next page should be loaded irrespective of background refresh is going on or not. Please let me know If I have done anything wrong