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
{{ message }}
This repository has been archived by the owner on Apr 13, 2023. It is now read-only.
GraphqlQueryControls does not have TData as generic parameter. Same goes for FetchMoreOptions and SubscribeToMoreOptions.
At least, TData should be passed from GraphqlQueryControls to FetchMoreOptions and SubscribeToMoreOptions to type updateQuery callback's previous result
The text was updated successfully, but these errors were encountered:
alamothe
changed the title
[typescript]
[typescript] updateQuery in FetchMoreOptions and SubscribeToMoreOptions is not typed
Apr 10, 2018
In
GraphqlQueryControls
:GraphqlQueryControls
does not haveTData
as generic parameter. Same goes forFetchMoreOptions
andSubscribeToMoreOptions
.At least,
TData
should be passed fromGraphqlQueryControls
toFetchMoreOptions
andSubscribeToMoreOptions
to typeupdateQuery
callback's previous resultThe text was updated successfully, but these errors were encountered: