confirmSecretKey.js 132 Bytes Raw Blame History Permalink 1 2 3 4 5 6 7 import { prisma } from "../../../middlewares"; export default { Mutation: { confirmSecretKey: async (_, args) => {}, }, };