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