Skip to content

Instantly share code, notes, and snippets.

@anderser
Created November 28, 2019 09:13
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save anderser/2134386cd6ac5552e6de30f64b93d8b7 to your computer and use it in GitHub Desktop.
Save anderser/2134386cd6ac5552e6de30f64b93d8b7 to your computer and use it in GitHub Desktop.
{
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