文件名称:graphql-server:这是在自定义服务器中轻松使用GraphQL的核心软件包
文件大小:75KB
文件格式:ZIP
更新时间:2024-02-25 21:27:03
api graphql flask sanic aiohttp
GraphQL-Server是一个基础库,可作为构建GraphQL服务器或使用集成到现有Web框架的。 使用GraphQL-Server构建的集成 服务器整合 文件 烧瓶 桑尼奇 AIOHTTP WebOb(金字塔,TurboGears) 使用GraphQL-Server构建的其他集成 服务器整合 包 WSGI 回应者 使用GraphQL-Core或Graphene的其他集成 服务器整合 包 Django的 文献资料 graphql_server软件包提供了以下公共帮助程序功能: run_http_query encode_execution_results load_json_b
【文件预览】:
graphql-server-master
----setup.py(3KB)
----.gitignore(4KB)
----codecov.yml(128B)
----bin()
--------convert_readme(161B)
--------build_docs(168B)
----MANIFEST.in(211B)
----CONTRIBUTING.md(2KB)
----LICENSE(1KB)
----setup.cfg(330B)
----graphql_server()
--------__init__.py(12KB)
--------render_graphiql.py(11KB)
--------flask()
--------error.py(1KB)
--------sanic()
--------webob()
--------version.py(1KB)
--------aiohttp()
--------quart()
----.github()
--------workflows()
----README.md(3KB)
----tests()
--------test_query.py(18KB)
--------test_error.py(1KB)
--------__init__.py(27B)
--------test_helpers.py(7KB)
--------flask()
--------test_version.py(2KB)
--------test_asyncio.py(2KB)
--------utils.py(427B)
--------sanic()
--------webob()
--------aiohttp()
--------quart()
--------schema.py(1KB)
----docs()
--------sanic.md(3KB)
--------_static()
--------flask.md(4KB)
--------webob.md(3KB)
--------aiohttp.md(4KB)
----tox.ini(1KB)