表达github的针 用于缝合GitHub GraphQL API的Express插件 安装 npm install @gr2m/express-github-stitch 用法 const express = require ( 'express' ) const app = express ( ) const stitchGithub = require ( '@gr2m/express-github-stitch' ) const schema = ` extend type User { foo: String } ` const resolvers = mergeI