Pavel Borisov

Results 8 comments of Pavel Borisov

Hello! Bumping this thing up. I wasn't able to use context properly. I want to use Apollo client inside a toast (this is GraphQL thing) so here's what I'm doing:...

Thank you for your help. I've just done my GraphQL fetching that way: ``` const observable = client.subscribe({ query: TaskInfoUpdateDocument, variables: { ref: taskId, } }); observable.subscribe(({data}) => { const...

What do you mean exactly? I intend to update the UI of notification when my subscription updates. I use cache for that. If only I had a method to trigger...

Hello! How breaking would be these changes? If I start implementing my project's local state with apollo-link-state today, would I be forced to rewrite it with new version of apollo...

> You'll need to change all of the file names to be .html as well I do. > Since you can use the data that the generator has you can...

OK, then I'd suggest to make the corresponding changes so that this mechanism is used instead of java.util.TimeZone