Reuse existing addresses when creating an event

Signed-off-by: Thomas Citharel <tcit@tcit.fr>
This commit is contained in:
Thomas Citharel
2019-08-22 15:57:44 +02:00
parent ebf5534003
commit 0e0b68445b
22 changed files with 410 additions and 121 deletions

View File

@@ -5,6 +5,7 @@ export const ADDRESS = gql`
searchAddress(
query: $query
) {
id,
description,
geom,
floor,
@@ -12,7 +13,9 @@ export const ADDRESS = gql`
locality,
postalCode,
region,
country
country,
url,
originId
}
}
`;