flutter-graphql icon indicating copy to clipboard operation
flutter-graphql copied to clipboard

pollInterval should not poll the server when set to zero

Open mainawycliffe opened this issue 6 years ago • 2 comments

Describe the bug When pollInterval is set to zero, it constantly polls to the server, without stopping. Since it follows Apollo GrapphQL patterns, this should disable polling altogether.

To Reproduce

Set pollInterval to 0 at QueryOptions

Expected behavior Should disable polling altogether

mainawycliffe avatar Mar 26 '19 07:03 mainawycliffe

A lot of the functionality needs to be tested though. We could have like a swift talk sometime this week and see how to improve all the features in it. Personally, I think we need to outline all the missing feature and unstable ones with react apollo as our guide.

juicycleff avatar Mar 26 '19 08:03 juicycleff

Yeah, I agree. We can use GitHub Projects to keep track of everything.

mainawycliffe avatar Mar 26 '19 08:03 mainawycliffe