const Subscription = { commentAdded(comment) { return comment; }, commentEdited(comment) { return comment; }, commentStatusChanged(data) { return data; }, }; module.exports = Subscription;