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