Add missing leftover documentation for GraphQL schema

Signed-off-by: Thomas Citharel <tcit@tcit.fr>
This commit is contained in:
Thomas Citharel
2020-11-20 15:24:04 +01:00
parent 86cda335dc
commit 68a4222a18
3 changed files with 18 additions and 0 deletions

View File

@@ -136,6 +136,9 @@ defmodule Mobilizon.GraphQL.Schema.UserType do
value(:id, description: "The user's ID")
end
@desc """
A set of user settings
"""
object :user_settings do
field(:timezone, :string, description: "The timezone for this user")