SentimentCount
description
Sentiment can be described as a positive, negative, neutral mentions.
type SentimentCount {
totalCount: Int
positiveCount: Int
negativeCount: Int
neutralCount: Int
}
Sentiment can be described as a positive, negative, neutral mentions.
type SentimentCount {
totalCount: Int
positiveCount: Int
negativeCount: Int
neutralCount: Int
}
SentimentCount.totalCount ● Int scalar graph-ql-types