0
Regularly poll the query
0 Comments
import { useQuery } from '@apollo/react-hooks'; const { loading, error, data } = useQuery(GRAPHQL_QUERY, { variables: { key: value }, pollInterval: 500, });