View Source Mobilizon.GraphQL.Resolvers.Config (Mobilizon v4.1.0-alpha.1)

Handles the config-related GraphQL calls.

Summary

Functions

Link to this function

event_categories(parent, args, resolution)

View Source
@spec event_categories(any(), map(), Absinthe.Resolution.t()) :: {:ok, [map()]}
Link to this function

get_config(parent, params, map)

View Source
@spec get_config(any(), map(), Absinthe.Resolution.t()) :: {:ok, map()}

Gets config.

Link to this function

privacy(parent, map, resolution)

View Source
@spec privacy(any(), map(), Absinthe.Resolution.t()) :: {:ok, map()}
Link to this function

terms(parent, map, resolution)

View Source
@spec terms(any(), map(), Absinthe.Resolution.t()) :: {:ok, map()}