Ben Newman
Ben Newman
@robertsmit If you have some way to detect the event of navigating back to the component, you should be able to call `setLimit(10)` to reset the window. The `fetchMore` method...
@robertsmit I might call it `nonKeyArgs` for brevity, but I like the idea! Your other idea about allowing `fetchMore` to take a non-default `options.fetchPolicy` (rather than always using `no-cache`) is...
Though I'm still open to something like `nonKeyArgs`, I realized after writing my previous comment that you can currently provide a custom `keyArgs` function to implement whatever behavior you want:...