View Source Mobilizon.GraphQL.Resolvers.Followers (Mobilizon v5.0.0-beta.1)

Handles the followers-related GraphQL calls.

Summary

Functions

Link to this function

count_followers_for_group(group, args, resolution)

View Source
Link to this function

find_followers_for_group(group, args, arg3)

View Source
@spec find_followers_for_group(Mobilizon.Actors.Actor.t(), map(), map()) ::
  {:ok, Mobilizon.Storage.Page.t(Mobilizon.Actors.Follower.t())}
Link to this function

update_follower(_, arg2, arg3)

View Source
@spec update_follower(any(), map(), map()) ::
  {:ok, Mobilizon.Actors.Follower.t()} | {:error, any()}