Merge branch 'feature/event-maps' into 'master'
Feature/event maps See merge request framasoft/mobilizon!105
This commit is contained in:
@@ -29,6 +29,16 @@ export const FETCH_EVENT = gql`
|
||||
category,
|
||||
# online_address,
|
||||
# phone_address,
|
||||
physicalAddress {
|
||||
description,
|
||||
floor,
|
||||
street,
|
||||
locality,
|
||||
postal_code,
|
||||
region,
|
||||
country,
|
||||
geom
|
||||
}
|
||||
organizerActor {
|
||||
avatarUrl,
|
||||
preferredUsername,
|
||||
@@ -64,6 +74,9 @@ export const FETCH_EVENTS = gql`
|
||||
publishAt,
|
||||
# online_address,
|
||||
# phone_address,
|
||||
physicalAddress {
|
||||
description
|
||||
}
|
||||
organizerActor {
|
||||
avatarUrl,
|
||||
preferredUsername,
|
||||
|
||||
Reference in New Issue
Block a user