Why `refetch` in "useLazyQuery" of Apollo-client, doesn't causing component re-rendering or update `data` in next js?

can someone help me to solve this?
stack overflow question link

TLDR: I want to update data and loading state after calling refetch from useLazQuery react hook.

I’m not 100% sure, but have you tried to set notifyOnNetworkStatusChange to true?

Also, did the data actually change or did it come back with the same data after the request?