This commit is contained in:
Chi Vinh Le
2018-09-06 00:06:28 +02:00
parent eb74162eef
commit 31bc5fa913
21 changed files with 415 additions and 89 deletions
+1 -1
View File
@@ -87,7 +87,7 @@ const enhanced = withFragmentContainer<{ data: Data }>({
fragment PermalinkViewContainerQuery on Query
@argumentDefinitions(commentID: { type: "ID!" }) {
comment(id: $commentID) {
...CommentContainer
...CommentContainer_comment
}
}
`,