ReactionActionCounts
ReactionActionCounts stores all the counts for the counts for the reaction action on a given item.
type ReactionActionCounts {
total: Int!
}
Fields
ReactionActionCounts.total
● Int!
non-null scalar
total is the total number of reactions against a given item.
Member Of
ActionCounts
object