Improve Terms of Service

Signed-off-by: Thomas Citharel <tcit@tcit.fr>
This commit is contained in:
Thomas Citharel
2020-06-19 19:27:10 +02:00
parent 9cc5cb72b5
commit f5241954bd
56 changed files with 10908 additions and 3348 deletions

View File

@@ -32,6 +32,7 @@ defmodule Mobilizon.GraphQL.Schema do
import_types(Schema.ConfigType)
import_types(Schema.ReportType)
import_types(Schema.AdminType)
import_types(Schema.StatisticsType)
@desc "A struct containing the id of the deleted object"
object :deleted_object do
@@ -137,6 +138,7 @@ defmodule Mobilizon.GraphQL.Schema do
import_fields(:todo_queries)
import_fields(:conversation_queries)
import_fields(:resource_queries)
import_fields(:statistics_queries)
end
@desc """