SentimentCountV2
type SentimentCountV2 {
total: Int
positive: Int
negative: Int
neutral: Int
}
Fields
SentimentCountV2.total ● Int scalar graph-ql-types
Count of sentiments including(positive, negative, neutral) for the given company topic @exposed
SentimentCountV2.positive ● Int scalar graph-ql-types
Number of times topic has been discussed in positive context @exposed
SentimentCountV2.negative ● Int scalar graph-ql-types
Number of times topic has been discussed in negative context @exposed
SentimentCountV2.neutral ● Int scalar graph-ql-types
Number of times topic has been discussed in neutral context @exposed
Member Of
CompanyTopicV2 object ● TopicSentimentTrend object