#import "../fragments/commentView.graphql" mutation CreateComment ($comment: CreateCommentInput!) { createComment(comment: $comment) { comment { ...commentView replyCount replies { ...commentView } } errors { translation_key } } }