-
* **What is the current behavior?**
When using the `DjangoDebugMiddleware`, Graphene Django wraps `cursor.execute` calls in a class that logs the query. Among the properties it logs is `is_select`,…
-
https://github.com/eamigo86/graphene-django-extras/blob/1c95c887a2d8f4229ee2f82dd1b508f3cd80e4e4/graphene_django_extras/fields.py#L22
Hi, I have a use case where I have id field which is internal t…
-
after handshake, we got this error.
_Exception inside application: No route found for path 'graphql'._
we implemented basic approach as below. whats wrong inside our approach?
```
### project/sc…
-
I am trying to use the examples mutations in api.md:
`
mutation {
registerUser(input: {
email: "morgante@mastermade.co",
password: "test_password",
firstName: "Morgante",
last…
-
When trying to reference an object that's defined later in the file...
This works:
```
class Foo(graphene.ObjectType):
bars = graphene.List(graphene.NonNull(lambda: Bar))
class Bar(grap…
-
Hi! First off thanks for this module, it's really great, and for the release yesterday, I'd just come across the prefetch/select related bug and it was fixed before I could report it!
So I have bee…
-
# Prerequisites
* [x] Is it a bug?
* [x] Is it a new feature?
* [ ] Is it a a question?
* [x] Can you reproduce the problem?
* [x] Are you running the latest version?
* [x] Did you check for s…
-
* **What is the current behavior?**
`DjangoModelFormMutation` has the option to change the input name of the mutation, but it is always set to "input" regardless of value. Like so:
```
class Se…
-
I am using graph_wrap version 0.1.3, Django 3.2, djangrestframework 3.12.4, graphene 3.2.2, graphene-django 3.1.2
1. When I run "python manage.py runserver", there are no errors report.
2. When I …
-
https://github.com/tfoxy/graphene-django-optimizer looks like a great library that can help optimise database queries. We should add it to the documentation.
See #57