graphql-compose-examples:使用graphql-compose构建的架构的实时示例

时间:2024-02-25 07:38:30
【文件属性】:

文件名称:graphql-compose-examples:使用graphql-compose构建的架构的实时示例

文件大小:2.44MB

文件格式:ZIP

更新时间:2024-02-25 07:38:30

graphql graphql-server graphql-compose GraphQLJavaScript

这是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


网友评论