I am new to GraphQL and nextJS. In my current project, I want to fetch data only once from graphql server and use the same data all the time when components re-renders. I tried to use skip with useQuery hook but even the root component is rerendered so could not do it. I tried useLazyLoad and still no luck. Any leads would be highly appreciated. Thanks.