module.exports = async (_, args, {currentUser, db}) => { if (!currentUser) { throw new Error(\'Not authenicated!\') } await db.Fixtures.destory({}