Sentiment Breakdowns
Sentiments breakdowns of the company
Fields
Field
Type
Description
Query example
# 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 updated
Was this helpful?