Richard James Beanland

Results 4 issues of Richard James Beanland

**Optimistic Updates not happening** I am trying to run graphqlClient.mutate() and pass an optimistic result object. My understanding (from Apollo client knowledge) is that the [update] callback function should run...

:bug: bug
Priority: Medium

Hi, Is there a way to be able to be able to receive real-time updates when a user marks all their notifications as seen / read? I am getting unseen...

bug
enhancement

**Describe the bug** I can create an activity with: ``` await _feed.addActivity(feed.Activity( actor: context.streamFeedClient.currentUser!.ref, verb: 'post', object: '${describeEnum(_selectedObjectType!)}:$_selectedObjectId', extraData: { 'caption': _captionController.text, 'tags': _tags.whereType().toList() })); ``` Where [_feed] is class...

enhancement

Hi, Just starting to dig into this package as I build out some social features for my application. I can't see how to just check if there are one or...