Use correct fragment name

This commit is contained in:
Chi Vinh Le
2017-05-09 02:58:50 +07:00
parent 80d08bbe2e
commit 57e7396997
@@ -73,9 +73,9 @@ const config = {
CreateCommentResponse: gql`
fragment CoralEmbedStream_CreateCommentResponse on CreateCommentResponse {
comment {
...Coral_CreateCommentResponse_Comment
...CoralEmbedStream_CreateCommentResponse_Comment
replies {
...Coral_CreateCommentResponse_Comment
...CoralEmbedStream_CreateCommentResponse_Comment
}
}
errors {