Reuse existing addresses when creating an event
Signed-off-by: Thomas Citharel <tcit@tcit.fr>
This commit is contained in:
@@ -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
|
||||
}
|
||||
}
|
||||
`;
|
||||
|
||||
Reference in New Issue
Block a user