You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hey,
I want to have a paginated live query, so I thought I might use $subscribe with $apollo.subscriptions.myQuery.fetchMore, but it seems like it's not supported. Is there any other way to fetch more items? Please note I want to add a page of result, and to switch the page number.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Hey,
I want to have a paginated live query, so I thought I might use
$subscribe
with$apollo.subscriptions.myQuery.fetchMore
, but it seems like it's not supported. Is there any other way to fetch more items? Please note I want to add a page of result, and to switch the page number.Beta Was this translation helpful? Give feedback.
All reactions