edges
is an array representing the edges of the site trends.
Each edge includes a node which is a SiteTrend
.
nodes
is an array representing the nodes of the site trends.
Each node is a SiteTrend
.
pageInfo
is an object representing the page information of the site trends.
It includes the total number of pages, the number of items per page, the current page number, the last page number, and whether there is a next page.
SiteTrendConnection
is an interface representing the connection of site trends. It includes the page information and the edges and nodes of the site trends each having their own properties.