D7net
Home
Console
Upload
information
Create File
Create Folder
About
Tools
:
/
usr
/
local
/
psa
/
admin
/
cp
/
queries
/
Filename :
TrafficUsageByResellerClientsList.graphql
back
Copy
query TrafficUsageByResellerClientsList( $clientNodeId: ID!, $input: ClientTrafficUsageByClientsListInput, ) { client: node(id: $clientNodeId) { ... on Client { id statistics { trafficUsageByClients(input: $input) { nodes { clientId clientName totalUsageFormatted limitFormatted limitRemainingFormatted limitUsagePercent } pageInfo { current total pageCount } sortInfo { sortColumn sortDirection } } } } } }