#
graphene
Here are 266 public repositories matching this topic...
JSON Web Token (JWT) authentication for Graphene Django
-
Updated
Apr 21, 2021 - Python
Cookiecutter Django Vue is a template for Django-Vue projects.
-
Updated
May 4, 2021 - Python
A Python 3.6+ port of the GraphQL.js reference implementation of GraphQL.
-
Updated
Jun 11, 2021 - Python
vberlier
commented
Sep 2, 2020
Prerequisites
- Is it a bug?
- Is it a new feature?
- Is it a a question?
- Can you reproduce the problem?
- Are you running the latest version?
- Did you check for similar issues?
- Did you perform a cursory search?
For more information, see the CONTRIBUTING guide.
Descri
abhaybhargav
commented
Apr 9, 2020
Hi
I have been using graphene-mongo for a while now. I use all resolvers and mutations post validation of an Access token in the HTTP Authorization header. However, I am not aware of how I can do that for a MongoengineCollectionField
For example, I have defined it as follows
class Query(graphene.ObjectType):
all_projects_to_models = MongoengineConnectionField(Project)Django Channels based WebSocket GraphQL server with Graphene-like subscriptions
python
graphql
django
websockets
graphql-server
graphql-subscriptions
graphene
django-channels
graphql-websocket-server
-
Updated
Feb 18, 2021 - Python
A demo project for Flask + GraphQL (With Graphene & SQLAlchemy)
-
Updated
Dec 12, 2017 - Python
GraphQL Support for Google AppEngine [DEPRECATED - Looking for maintainers]
-
Updated
Mar 25, 2021 - Python
Python Social Auth support for Graphene Django
graphql
jwt
django
facebook
twitter
authentication
graphene
social-authentication
python-social-auth
social-auth
-
Updated
Feb 4, 2020 - Python
A Wagtail app that makes building GraphQL endpoints a breeze!
-
Updated
Jul 8, 2021 - Python
Filters for Graphene SQLAlchemy integration
-
Updated
Jun 3, 2021 - Python
Scientific Python toolbox for large scale tight-binding and electronic structure calculations (DFT and NEGF analysis)
gulp
dft
geometry
physics
vasp
density-functional-theory
tight-binding
graphene
solid-state-physics
condensed-matter
negf
siesta
wannier90
solid-state
transiesta
tbtrans
bigdft
-
Updated
Jul 7, 2021 - Python
A collection of custom extensions for Graphene Django
-
Updated
Jun 5, 2021 - Python
Examples of authentication and authorization with django graphene
-
Updated
Jul 3, 2019 - Python
Customizable permissions for graphene-django.
python
django
mixins
permissions
mutations
graphene
django-graphene
graphene-django
graphene-permissions
django-graphene-permissions
-
Updated
Mar 25, 2021 - Python
Graphene PynamoDB Integration
-
Updated
May 15, 2021 - Python
GXC Wallet for mobile
-
Updated
May 9, 2021 - JavaScript
Improve this page
Add a description, image, and links to the graphene topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the graphene topic, visit your repo's landing page and select "manage topics."


I have a custom input object type
and the query definition