这是graphql-compose示例应用程序 Heroku上的实时示例: : npm install npm run seed && npm run start:watch open http://localhost:3000 用户:一种类型的简单架构 此具有简单的用户猫鼬模型,该模型支持一堆CRUD操作。 const UserSchema = new mongoose . Schema ( { name : String , // standard types age : { type : Number , index : true , } , l