Reuse existing addresses when creating an event
Signed-off-by: Thomas Citharel <tcit@tcit.fr>
This commit is contained in:
@@ -15,6 +15,8 @@ defmodule MobilizonWeb.Schema.AddressType do
|
||||
field(:country, :string)
|
||||
field(:description, :string)
|
||||
field(:url, :string)
|
||||
field(:id, :integer)
|
||||
field(:origin_id, :string)
|
||||
end
|
||||
|
||||
object :phone_address do
|
||||
@@ -38,6 +40,8 @@ defmodule MobilizonWeb.Schema.AddressType do
|
||||
field(:country, :string)
|
||||
field(:description, :string)
|
||||
field(:url, :string)
|
||||
field(:id, :integer)
|
||||
field(:origin_id, :string)
|
||||
end
|
||||
|
||||
object :address_queries do
|
||||
|
||||
Reference in New Issue
Block a user