I am using GQL useQuery in my react components.
useQuery
const { data, loading} = useQuery(GQL_QUERY)
I know there is some cache, but is