Adds user and message to flagaction to display in FE.

This commit is contained in:
gaba
2017-03-20 13:38:11 -07:00
parent 9e76ca5d27
commit be2ecf0838
5 changed files with 44 additions and 17 deletions
@@ -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
}
}
}
}