graphql-python
graphql-python copied to clipboard
GraphQL tutorial using Python - https://www.howtographql.com/graphql-python/0-introduction/
In the tutorial, when creating the venv, the recommended version of `django-graphql-jwt` is 0.1.5. This throws some errors when following along with the _Authentication_ bit of the tutorial. From the...
`raise Exception('Not logged!')`
When I got to the "Relay" portion of the tutorial, all of my old GraphQL queries stopped working and it's not clear why. Here's an example:  I am unsure...