Skip to main content

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#

total (Int!)#

total is the total number of flags against a given item.

reasons (FlagReasonActionCounts!)#

reasons stores the counts for the various reasons that an item could be flagged for.