... import { getSession } from "next-auth/client"; import { typeDefs, resolvers } " ... context: async ({ req }) => { const session = await getSession({ req }); ...
確定! 回上一頁