id: z.string()
const user = await db.query.users.findFirst({ where: eq(users.id, input.id), })
.input()