27 lines
405 B
Text
27 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
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|