Kyle Venn
Kyle Venn
I'd also love this one! A pattern supported by Android and Navigator. Big plus 1 from me :)
I think this issue might be in the `normalize_node` library. ```dart final fieldData = normalizeNode( selectionSet: field.selectionSet, dataForNode: dataForNode[inputKey], existingNormalizedData: existingFieldData, config: config, write: write, ); ``` `dataForNode` is null,...
Thank you, @vincenzopalazzo, for the response! That was also my expectation for how optimistic query updates would work. > cache stores a Comment object with the field values specified in...
> we shouldn't be writing the optimistic result to the cache for the reasons mentioned in the apollo docs Very much agree the Apollo implementation makes the most sense (since...
Is this still an issue? I'm not seeing `optimisticResult` trigger an `update` with the client and wondering if it's due to my implementation.
Hi Vincenzo! Glad to see graphql-flutter is in good hands 😃 I am just using the Dart graphql client library (not `graphql-flutter`). I cannot use the widgets in my architecture,...
I think I found why it's not getting called. It also seems like this might be a known issue based on this comment in the client README (acknowledging the callbacks...
Using `watchMutation` with `observable.stream.listen` works as expected. It will get a query result first for the optimistic result and then second for the network result. It would be great if...
:) I'll try to get a PR up this week.
I'm also seeing the jarring animation. I have it looping and I'd expect the duration to be how long it goes from one shape to the next. But it transitions...