If set to true, calling fetchNextPage repeatedly will invoke queryFn every time,
whether the previous invocation has resolved or not. Also, the result from previous invocations will be ignored.
If set to false, calling fetchNextPage repeatedly won't have any effect until the first invocation has resolved.
If set to
true
, callingfetchNextPage
repeatedly will invokequeryFn
every time, whether the previous invocation has resolved or not. Also, the result from previous invocations will be ignored.If set to
false
, callingfetchNextPage
repeatedly won't have any effect until the first invocation has resolved.Defaults to
true
.