Created
November 28, 2019 09:13
-
-
Save anderser/2134386cd6ac5552e6de30f64b93d8b7 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
trafficData(trafficRegistrationPointId: "72220V805744") { | |
trafficRegistrationPoint { | |
id, | |
name, | |
direction { | |
from, | |
to, | |
} | |
}, | |
volume { | |
byHour(from: "2019-11-27T06:00:00+02:00", to: "2019-11-27T07:00:00+02:00") { | |
edges { | |
node { | |
byDirection { | |
heading, | |
total { | |
volume | |
} | |
}, | |
from | |
to | |
total { | |
volume | |
} | |
} | |
} | |
} | |
} | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment