feat: add infinite query builder with example
fix(query): updateQueryFn refetch when stale and update state of builders when widget is mounted
This commit is contained in:
@@ -8,9 +8,9 @@ abstract class DefaultConstants {
|
||||
);
|
||||
|
||||
static const RefreshConfig refreshConfig = RefreshConfig(
|
||||
staleDuration: Duration(seconds: 10),
|
||||
staleDuration: Duration(minutes: 2, milliseconds: 250),
|
||||
refreshInterval: Duration.zero,
|
||||
refreshOnMount: true,
|
||||
refreshOnMount: false,
|
||||
refreshOnQueryFnChange: false,
|
||||
);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user