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
In the updateQueries function of fetchMore, fetchMoreResults has a data property, but previousResult doesn't. We should hoist the properties in fetchMoreResults.
The text was updated successfully, but these errors were encountered:
I'm not sure if I understand it properly, but it seems to me that the updateQuery's previousResult is basically the same as fetchMoreResult.data. The additional elements in the fetchMoreResult object are the loading and the networkStatus.
Here is an example from an implemented pagination:
In the
updateQueries
function offetchMore
,fetchMoreResults
has adata
property, butpreviousResult
doesn't. We should hoist the properties infetchMoreResults
.The text was updated successfully, but these errors were encountered: