#import "./MessageCommentFragment.graphql" #import "./MessageCreateFragment.graphql" mutation EditComment($input: BugEditCommentInput!) { bugEditComment(input: $input) { bug { id timeline { comments: nodes { ...Create ...AddComment } } } } }