Sentiment Breakdowns
Sentiments breakdowns of the company
Field | Type | Description |
period | Daily, Weekly, Monthly, Quarterly, Semi-Annual or Annual | |
values | The list of breakdowns for the sentiment |
# query
query findCompanyByDomain($domain: String!) {
company(domain: $domain) {
sentimentBreakdowns {
period {
displayEndDate
endDate
periodType
startDate
}
values {
breakdownType
breakdownValue
channel
negative
neutral
positive
}
}
}
}
# variables
{ "domain": "meta.com" }
Last modified 28d ago