Adrien Montfort
Adrien Montfort
Here it is: https://gist.github.com/such/8136555 Changing the adapter to mysql2 allows the test to pass (even though it doesn't demonstrate that the update is actually done then... but it is !)
Hello, I'm having the same issue. This function is really suspicious in `LoomProvider.ts`: ``` private _onWebSocketMessage(msgEvent: IChainEventArgs) { if (msgEvent.data && msgEvent.id !== '0') { log(`Socket message arrived ${JSON.stringify(msgEvent)}`) this.notificationCallbacks.forEach((callback:...
Any reason this has not been merged?
This is probably a duplicate of #23
I'm also facing this issue (using `useMutation`). Any plan to fix this?
A workaround is to add: ``` defaultOptions: { mutate: { update: () => {}, } } ``` when initializing `ApolloClient`