mirror of
https://github.com/wassname/talk.git
synced 2026-08-12 12:30:39 +08:00
Adding DontAgreeActionSummaries
This commit is contained in:
@@ -307,6 +307,19 @@ type FlagActionSummary implements ActionSummary {
|
||||
current_user: FlagAction
|
||||
}
|
||||
|
||||
# Summary for Don't Agree Action with a a unique reason.
|
||||
type DontAgreeActionSummary implements ActionSummary {
|
||||
|
||||
# The total count of flags with this reason.
|
||||
count: Int!
|
||||
|
||||
# The reason for which the Flag Action was created.
|
||||
reason: String
|
||||
|
||||
# The don't agree action by the current user against the parent entity with this reason.
|
||||
current_user: DontAgreeAction
|
||||
}
|
||||
|
||||
################################################################################
|
||||
## Settings
|
||||
################################################################################
|
||||
|
||||
Reference in New Issue
Block a user