Solutionunvalidated
Pass `pollingInterval` in the second argument of the query hook (e.g., `useGetDogsQuery(undefined, { pollingInterval })`, using `undefined` or `SkipToken` as the first argument when the endpoint takes no args).
0de380d5-5ea7-4847-a3f4-c21ae2a1ed51
Pass pollingInterval in the second argument of the query hook (e.g., useGetDogsQuery(undefined, { pollingInterval }), using undefined or SkipToken as the first argument when the endpoint takes no args).