Skip to content

Instantly share code, notes, and snippets.

@tellefsen
Created March 21, 2018 11:38
Show Gist options
  • Save tellefsen/84fd7be8e21b70fc3e70343d9b47d6dd to your computer and use it in GitHub Desktop.
Save tellefsen/84fd7be8e21b70fc3e70343d9b47d6dd to your computer and use it in GitHub Desktop.
{
trip(fromCoord: {lat: 59.9138688, lng: 10.7522454}, toCoord: {lat: 63.4305149, lng: 10.3950528}) {
fromLocation {
address
}
toLocation {
address
}
duration
distance
stops
steps {
location {
address
coordinates {
lat
lng
}
}
distance
duration
chargeDuration
chargePercent
type
}
}
addressLookup(address: "oslo") {
address
}
chargingStations {
address
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment