Add isOnline event option to mark event as fully online

Signed-off-by: Thomas Citharel <tcit@tcit.fr>
This commit is contained in:
Thomas Citharel
2021-10-15 15:59:49 +02:00
parent d2ccc21f91
commit 7ecf2e1da0
9 changed files with 52 additions and 10 deletions

View File

@@ -243,6 +243,8 @@ defmodule Mobilizon.GraphQL.Schema.EventType do
description:
"Whether to show or hide the person organizer when event is organized by a group"
)
field(:is_online, :boolean, description: "Whether the event is fully online")
end
@desc """
@@ -294,6 +296,8 @@ defmodule Mobilizon.GraphQL.Schema.EventType do
description:
"Whether to show or hide the person organizer when event is organized by a group"
)
field(:is_online, :boolean, description: "Whether the event is fully online")
end
enum :event_metadata_type do