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
Trevor Casey edited this page Mar 5, 2018
·
1 revision
Apollo Refetch
If you get an error when trying to use refetch that looks something like this:
One of the sources for assign has an enumerable key on the prototype chain. Are you trying to assign a prototype property?
The refetch function takes a single variables object argument as it's parameter, while react-native's onPress property passes a Proxy object to the listener callback passed to it.