const { getGraph } = require("../../helpers/linkUtils"); module.exports = { graph: (data) => getGraph(data), }