文件名称:graphene-graphiql-explorer:django graphene的graphiql视图的graphiql资源管理器
文件大小:1.22MB
文件格式:ZIP
更新时间:2024-05-19 10:32:17
graphql django graphene graphiql JavaScript
石墨烯graphiql资源管理器 :smiling_face_with_sunglasses: 这款django应用程序将添加到了graphene的graphiql视图中。 安装 pip install graphene_graphiql_explorer 设置 将graphene_graphiql_explorer添加到您的INSTALLED_APPS 。 覆盖urls.py的默认石墨烯graphiql模板: from graphene_django . views import GraphQLView GraphQLView . graphiql_template = "graphene_graphiql_explorer/graphiql.html" urlpatterns = [ # ... url ( r"^graphql/$" , GraphQLView . as_view (
【文件预览】:
graphene-graphiql-explorer-master
----MANIFEST.in(144B)
----graphene_graphiql_explorer()
--------templates()
--------static()
--------src()
--------__init__.py(0B)
----LICENSE(1KB)
----setup.cfg(935B)
----setup.py(38B)
----.gitignore(24B)
----README.md(839B)