-
With Django and Graphene users can do the following to exempt the graphql endpoint from CSRF authentication.
```
urlpatterns = [
path("admin/", admin.site.urls),
path("graphql", csrf_exemp…
-
**Is your feature request related to a problem? Please describe.**
One of the main benefits of `graphene_django` is the de-duplication in field types and descriptions for model fields. However, it'…
Smona updated
10 months ago
-
I'm trying to perform partial update using graphene. I'm following [docs for serializers](https://docs.graphene-python.org/projects/django/en/latest/mutations/#create-update-operations), but I can't r…
-
**Note: for support questions, please use stackoverflow**. This repository's issues are reserved for feature requests and bug reports.
* **What is the current behavior?**
assertions that used to…
-
이 프로젝트를 구현하기 위한 기술 스택에 대해 논의가 필요합니다.
아래 내용은 초안으로 논의를 통해 확정지어야 합니다.
다만 백엔드 서버는 AWS기반으로 운용할 예정입니다.(확정- lambda, APIG,CF,RDS)
백엔드
- zappa(for using AWS lambda)
- 백엔드 프레임워크 : django2.0
- API : gra…
-
still cant pip install graphehe-django-extras==0.4.6
current latest shows 0.4.5
i know i can installl from git, but i really prefer pip
-
I think I read this issue in the past, graphene-django is currently throwing the next exception on my end:
"Found different types with the same name in the schema: currency, currency"
The curren…
-
Related to https://github.com/howtographql/howtographql/issues/550
JWT in local storage is not secure. I recommend updating the authentication page here: https://www.howtographql.com/graphql-python…
-
## Description
Would like to isolate the django graphene settings into its own selection. This would allow it to be added to pydanny's cookiecutter w/o having to also use the reactJS stuff.
-
What is the possibility of adding support for [skip and include directives](https://dgraph.io/docs/graphql/queries/skip-include/)? I found when including a field in a query but then excluding it with …