const Subscription = { commentAdded(comment) { return comment; }, commentEdited(comment) { return comment; }, commentAccepted(comment) { return comment; }, commentRejected(comment) { return comment; }, commentFlagged(comment) { return comment; }, }; module.exports = Subscription;