graphql.ts 212 字节 原文件 审查 历史 永久链接 1 2 3 4 5 6 import * as path from 'path'; export default { autoSchemaFile: path.join(process.cwd(), 'src/schema.gql'), // 最后生成`Schema 文件,不可修改` installSubscriptionHandlers: true, // 启动订阅 };