mirror of
https://github.com/wassname/talk.git
synced 2026-08-13 12:40:11 +08:00
Adds user and message to flagaction to display in FE.
This commit is contained in:
@@ -9,14 +9,18 @@ query Users ($n: ACTION_TYPE) {
|
||||
created_at
|
||||
... on FlagAction {
|
||||
reason
|
||||
}
|
||||
user {
|
||||
username
|
||||
message
|
||||
user {
|
||||
id
|
||||
username
|
||||
}
|
||||
}
|
||||
}
|
||||
action_summaries {
|
||||
count
|
||||
reason
|
||||
... on FlagActionSummary {
|
||||
reason
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user