A Hack the crisis project
PLACES_KEY
- Google places api key
PLACES_API
- Google places api path (Defaults to google endpoint)
NODE_PERSIST_DIR
- Node persist file storage dir default is .node-persist/storage
{ nearby(location:"56.6702937,16.2976897" radius: 10000 category: "supermarket") { name place_id photo } }
{ nearby(location:"56.6702937,16.2976897" radius: 50000 category: "locality") { name place_id photo } }
{ favorites(uuid: "x") { name place_id } }
{ latest(uuid: "x") { name place_id } }
mutation { setSlot(uuid: "x", place_id: "ChIJz_fhF4PRV0YRNYBIp76ybZI", slotStart: 1585992790, slotEnd: 1585994590) }
mutation { setFavorite(uuid: "x" place_id: "ChIJz_fhF4PRV0YRNYBIp76ybZI") }