// @flow import deleteChannel from './deleteChannel'; import editChannel from './editChannel'; module.exports = { Mutation: { deleteChannel, editChannel, }, };