文件名称:django-graphql-utils:在Django中使用Graphql的实用程序
文件大小:135KB
文件格式:ZIP
更新时间:2024-05-24 13:34:33
django-graphql JavaScript
Django Graphql实用程序 使用Django CSRF令牌保护您的端点 准备使用javascript函数在客户端运行查询 提供了graphql实现的。 它涵盖了如何使用分页查询对象列表和单个对象。 安装 pip install django-graphql_utils 已安装的应用程序: "graphene" , "graphene_django" , "graphql_utils" , 网址: from graphene_django . views import GraphQLView from graphql_utils . views import TGraphQLView urlpatterns = [ # ... # this is a normal graphql endpoint: url ( r'^graphiql' , GraphQLVie
【文件预览】:
django-graphql-utils-master
----MANIFEST.in(43B)
----graphql_utils()
--------apps.py(100B)
--------tests.py(60B)
--------migrations()
--------admin.py(63B)
--------__init__.py(80B)
--------models.py(57B)
--------views.py(616B)
--------templates()
----example()
--------grf_ex()
--------requirements.txt(333B)
----LICENSE(1KB)
----setup.cfg(40B)
----setup.py(889B)
----README.md(2KB)
----.gitignore(677B)