D7net
Home
Console
Upload
information
Create File
Create Folder
About
Tools
:
/
usr
/
local
/
psa
/
admin
/
cp
/
queries
/
Filename :
ClientTrafficUsageIntervals.graphql
back
Copy
query ClientTrafficUsageIntervals( $clientId: ID! ) { client: node(id: $clientId) { ... on Client { id statistics { trafficUsageIntervals { key month year formattedTotalUsage } } } } }