We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e29c6b3 commit 87495f6Copy full SHA for 87495f6
lib/checkOptions.js
@@ -10,6 +10,7 @@ export default function(options) {
10
loadingComponent: Match.Maybe(Match.Any),
11
dataProp: Match.Maybe(String),
12
loadOnRefetch: Match.Maybe(Boolean),
13
+ shouldRefetch: Match.Maybe(Function),
14
});
15
16
if (options.reactive && options.poll) {
0 commit comments