const Subscription = { commentAdded(comment) { return comment; } }; module.exports = Subscription;