FlagActionCounts
FlagActionCounts stores all the counts for the counts for the flag action on a given item and the reason counts.
type FlagActionCounts {
total: Int!
reasons: FlagReasonActionCounts!
}
Fields
FlagActionCounts.total
● Int!
non-null scalar
total is the total number of flags against a given item.
FlagActionCounts.reasons
● FlagReasonActionCounts!
non-null object
reasons stores the counts for the various reasons that an item could be flagged for.
Member Of
ActionCounts
object