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

Handles the group-related GraphQL calls.

Summary

Functions

Link to this function

refresh_profile(parent, map1, map2)

View Source
@spec refresh_profile(any(), map(), Absinthe.Resolution.t()) ::
  {:ok, Mobilizon.Actors.Actor.t()} | {:error, String.t()}
Link to this function

suspend_profile(parent, arg2, arg3)

View Source
@spec suspend_profile(any(), map(), Absinthe.Resolution.t()) ::
  {:ok, Mobilizon.Actors.Actor.t()} | {:error, String.t()}
Link to this function

unsuspend_profile(parent, arg2, arg3)

View Source
@spec unsuspend_profile(any(), map(), Absinthe.Resolution.t()) ::
  {:ok, Mobilizon.Actors.Actor.t()} | {:error, String.t()}