feat: introducing gql polling

This commit is contained in:
Andrew Bastin
2021-11-01 22:26:30 +05:30
committed by liyasthomas
parent 94763dcb31
commit afd414fa3f
2 changed files with 26 additions and 0 deletions

View File

@@ -116,6 +116,7 @@ const myTeams = useGQLQuery<
MyTeamsQueryError
>({
query: MyTeamsDocument,
pollDuration: 5000,
})
watchEffect(() => {