Using prefetchInfiniteQuery with a fn that takes multiple params
I'm currently facing an issue when trying to prefetch
the function
What would be the correct approach to make the
the function
getVariants takes a token argument and an optional page argument that defaults to 1.What would be the correct approach to make the
infiniteQuery work?