show the details

This commit is contained in:
Riley Davis
2017-04-14 15:32:06 -06:00
parent ff3cffdc8f
commit d5ff9d3eeb
5 changed files with 51 additions and 18 deletions
@@ -16,6 +16,9 @@ fragment commentView on Comment {
... on FlagAction {
reason
message
user {
username
}
}
}
}