文件名称:graphql-yoga-dataloader-subscriptions:在https中复制
文件大小:77KB
文件格式:ZIP
更新时间:2024-06-05 16:05:22
JavaScript
Graphql订阅服务器 使用MongoDB作为数据库的简单且超级可扩展的GraphQL订阅服务器。 由于使用了服务器中间件,因此可以自动重载模式并更好地支持GraphQL订阅。 这个怎么运作? 在你开始之前 首先将.env-sample文件重命名为.env 。 它包含用于在本地计算机上正常工作的所有默认值。 如果要在生产环境中运行GraphQL服务器,则需要提供相关的MongoDB URL和数据库名称。 PORT=8080 MONGO_URI="mongodb://localhost:27017/" MONGO_DATABASE_NAME="cats" 启动你的服务器 yarn install yarn start 就是这样。 您的服务器已启动并运行。 查询 获取所有猫的列表 query allCats { allCats { edges { node {
【文件预览】:
graphql-yoga-dataloader-subscriptions-master
----.flowconfig(48B)
----yarn.lock(205KB)
----.yarnclean(503B)
----.eslintrc.js(82B)
----src()
--------genSchema.js(47KB)
--------models()
--------config.js(707B)
--------queries()
--------database.js(578B)
--------types()
--------__tests__()
--------entity()
--------subscriptions()
--------index.js(719B)
--------mutations()
--------loaders()
--------schema.js(347B)
----.babelrc(47B)
----test()
--------mongodb.js(965B)
--------helper.js(921B)
----README.md(2KB)
----.env-sample(77B)
----.editorconfig(419B)
----.gitignore(232B)
----package.json(1KB)