Optimistic Updates Support for paginated queries
are paginated queries supported for optimistic updates?
my requirements are more complex than what's shown in the docs but should still be common enough.
in short, im trying add the ability to "like" (react) to comments.
These comments are paginated.
Also, not sure exactly how much this will come into play but the realtime comments are separated from what's being shown in the UI using
useBufferedPaginatedState.