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