wesbos / advanced-react-rerecord

Trying things out. Feel free to follow along
247 stars 36 forks source link

search doesnt work #53

Closed wesbos closed 3 years ago

wesbos commented 4 years ago

because of the custom read/merge functionality to enable pagination, the search is now broken.

more info here: https://spectrum.chat/apollo/apollo-client/alias-typepolicies-on-apollo-client-3~ca0a2d94-22cc-4571-a768-384340dd7cee

wesbos commented 3 years ago

Kind of a fix, we just used a fetch policy of no-cache to bypass it all together.