SiteTrendConnectionSchema: "\n pageInfo {\n total\n perPage\n currentPage\n lastPage\n hasNextPage\n }\n edges {\n node {\n \n date\n count\n change\n\n }\n }\n nodes {\n \n date\n count\n change\n\n }\n" = ...

SiteTrendConnectionSchema is a string representing the GraphQL schema for a site trend connection. It includes the page information and the edges and nodes of the site trends.