Files
server/opt/psa/admin/cp/queries/TrafficHistoryReportPage.graphql
cutemeli 0bfc6c8425 Initial
2025-12-22 10:32:59 +00:00

16 lines
240 B
GraphQL

query TrafficHistoryReportPage {
viewer {
login
type
client {
id
trafficHistory {
year
month
trafficUsage
}
}
}
}