feat: introducing gql polling
This commit is contained in:
committed by
liyasthomas
parent
94763dcb31
commit
afd414fa3f
@@ -116,6 +116,7 @@ const myTeams = useGQLQuery<
|
||||
MyTeamsQueryError
|
||||
>({
|
||||
query: MyTeamsDocument,
|
||||
pollDuration: 5000,
|
||||
})
|
||||
|
||||
watchEffect(() => {
|
||||
|
||||
Reference in New Issue
Block a user