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

@@ -1,5 +1,5 @@
# source: http://localhost:4000/api
# timestamp: Wed Aug 21 2019 09:02:13 GMT+0200 (GMT+02:00)
# timestamp: Thu Aug 22 2019 12:34:52 GMT+0200 (GMT+02:00)
schema {
query: RootQueryType
@@ -111,9 +111,11 @@ type Address {
"""The geocoordinates for the point where this address is"""
geom: Point
id: Int
"""The address's locality"""
locality: String
originId: String
postalCode: String
region: String
@@ -131,9 +133,11 @@ input AddressInput {
"""The geocoordinates for the point where this address is"""
geom: Point
id: Int
"""The address's locality"""
locality: String
originId: String
postalCode: String
region: String