Merge branch 'feature/event-maps' into 'master'

Feature/event maps

See merge request framasoft/mobilizon!105
This commit is contained in:
Thomas Citharel
2019-04-01 17:26:33 +02:00
30 changed files with 288 additions and 148 deletions

View File

@@ -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,