StatsList
A list of visitor count rows.
type StatsList {
nodes: [Stats]!
total: BigInt!
}
Fields
StatsList.nodes ● [Stats]! non-null object common
The visitor count rows.
StatsList.total ● BigInt! non-null scalar common
The total number of visitor count rows returned.
Member Of
VisitorsStats object