-
### Python Version
3.8.2
### Django Version
3.2.7
### Package Version
3.8.0
### Description
I have a Graphql API built with Django and graphene, it's hosted on Heroku. I can query the API perfe…
-
Hello!
First of all, thank you so much for making Graphene and Graphene Django, they're incredible.
Currently I'm trying to implement an authentication system, my idea was to return a JWT on a s…
-
Hi guys,
Please I need your help. I am trying to use this module but I keep getting errors. I think it might be a bug with the dependencies, but not sure. Please see my setup
`requirements.txt` fi…
-
Any plans on a login function to save diagrams?
-
On wagtail 2.14, after installing version 0.12 I get this error when I try to run server:
ModuleNotFoundError: No module named 'grapple'
-
I'm trying to login in my user but getting an error - see traceback below.
```
class SignIn(DjangoFormMutation):
profile = graphene.Field(ProfileNode)
@classmethod
def get_form_kw…
-
### NetBox version
v3.0
### Python version
3.8
### Steps to Reproduce
In version 2.x I had added some more column to be visible on the prefixes. I believe it was "Tags"
after upgrading to versio…
-
When writing a query the user can provide a limited list of fields to retrieve for a given entity:
```
{ user(id: 1) {
firstName
lastName
gender
}}
```
The docs explain [how to…
-
Hi,
I try to protect the acces to GraphQL API, so i implement this from the docs : [http://docs.graphene-python.org/projects/django/en/latest/authorization/#adding-login-required](url)
But when a …
-
Upgrade Django to 3.2