Files
talk/plugins/talk-plugin-rte/server/resolvers.js
T
2018-02-21 16:59:02 -03:00

6 lines
92 B
JavaScript

module.exports = {
Comment: {
htmlBody: comment => comment.metadata.htmlBody,
},
};