apollo-feature-requests icon indicating copy to clipboard operation
apollo-feature-requests copied to clipboard

Support for Auto fetch Query after some time.

Open dotsinspace opened this issue 1 year ago • 0 comments

Hello, Is there any possible implementation for auto fetch after given time period. like intervals and all..i fearing to use setTimeout on front-end as it might impact my app on long run with many intervals. like setting it globally or passing any period as interval so that query do fetch after given interval..removing need of Subscription or Live Store implementation for me..Its too boring for me to it for each component.

dotsinspace avatar Jun 03 '24 13:06 dotsinspace