Remove address_type and rename phone to phone_address
An event can indeed have several address types Signed-off-by: Thomas Citharel <tcit@tcit.fr>
This commit is contained in:
@@ -12,13 +12,12 @@ export const FETCH_EVENT = gql`
|
||||
ends_on,
|
||||
state,
|
||||
status,
|
||||
public,
|
||||
visibility,
|
||||
thumbnail,
|
||||
large_image,
|
||||
publish_at,
|
||||
# address_type,
|
||||
# online_address,
|
||||
# phone,
|
||||
# phone_address,
|
||||
organizerActor {
|
||||
avatarUrl,
|
||||
preferredUsername,
|
||||
@@ -56,13 +55,12 @@ export const FETCH_EVENTS = gql`
|
||||
ends_on,
|
||||
state,
|
||||
status,
|
||||
public,
|
||||
visibility,
|
||||
thumbnail,
|
||||
large_image,
|
||||
publish_at,
|
||||
# address_type,
|
||||
# online_address,
|
||||
# phone,
|
||||
# phone_address,
|
||||
organizerActor {
|
||||
avatarUrl,
|
||||
preferredUsername,
|
||||
|
||||
Reference in New Issue
Block a user