27 lines
421 B
Text
27 lines
421 B
Text
{
|
|
viewer {
|
|
zones(filter: {
|
|
zoneTag: $zoneTag
|
|
}) {
|
|
httpRequests1hGroups(
|
|
orderBy: [datetime_ASC],
|
|
limit: $limit,
|
|
filter: {
|
|
datetime_gt: $from,
|
|
datetime_leq: $to
|
|
}
|
|
) {
|
|
dimensions {
|
|
datetime
|
|
}
|
|
sum {
|
|
bytes
|
|
cachedBytes
|
|
}
|
|
uniq {
|
|
uniques
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|