Merge pull request #1167 from coralproject/query-status-history

Fix SetCommentStatus mutation on admin side
This commit is contained in:
Kim Gardner
2017-11-16 19:05:23 +00:00
committed by GitHub
@@ -47,6 +47,9 @@ export default withFragments({
editing {
edited
}
status_history {
type
}
hasParent
${getSlotFragmentSpreads(slots, 'comment')}
...${getDefinitionName(CommentLabels.fragments.comment)}