Polling to update the Header Indicator

This commit is contained in:
Belen Curcio
2017-09-26 12:42:39 -03:00
parent e6f18d8558
commit bea7d75db7
+5 -1
View File
@@ -17,4 +17,8 @@ export default withQuery(gql`
statuses: [PENDING]
})
}
`)(Header);
`, {
options: {
pollInterval: 5000
}
})(Header);