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
SentimentCountV2.positive ● Int scalar graph-ql-types
Number of times topic has been discussed in positive context
SentimentCountV2.negative ● Int scalar graph-ql-types
Number of times topic has been discussed in negative context
SentimentCountV2.neutral ● Int scalar graph-ql-types
Number of times topic has been discussed in neutral context