28 lines
405 B
Text
28 lines
405 B
Text
![]() |
{
|
||
|
viewer {
|
||
|
zones(filter: {
|
||
|
zoneTag: $zoneTag
|
||
|
}) {
|
||
|
httpRequests1dGroups(
|
||
|
orderBy: [date_ASC],
|
||
|
limit: $limit,
|
||
|
filter: {
|
||
|
date_gt: $from,
|
||
|
date_leq: $to
|
||
|
}
|
||
|
) {
|
||
|
dimensions {
|
||
|
date
|
||
|
}
|
||
|
sum {
|
||
|
bytes
|
||
|
cachedBytes
|
||
|
}
|
||
|
uniq {
|
||
|
uniques
|
||
|
}
|
||
|
}
|
||
|
}
|
||
|
}
|
||
|
}
|