mutation addComment($commentableId: String!, $commentableType: String!, $body: String!, $alignment: Int) { addComment(commentableId: $commentableId, commentableType: $commentableType, body: $body, alignment: $alignment) { ...CommentData replies { id } } }