Top "Graphene-python" questions

Graphene is a Python library for building APIs with GraphQL easily.

Apollo-client returns "400 (Bad Request) Error" on sending mutation to server

I am currently using the vue-apollo package for Apollo client with VueJs stack with django and graphene-python for my GraphQl …

django vue.js graphql apollo graphene-python
How to consume the Github GraphQL API using Python?

I want to access details from Github using Github GraphQl v4 API. I found Graphene library, but I'm not sure …

python python-2.7 python-3.x graphql graphene-python
graphene graphql dictionary as a type

I'm a newbie for the graphene and I'm trying to map the following structure into a Object Type and having …

python graphql graphene-python
graphene-django - How to filter?

I use graphen-django for build a GraphQL API. I have succesfully create this API, but I can't pass a argument …

python django graphql graphene-python
How to return json in python graphene resolver without backslashes before quotation marks

I have a backend server in python (Flask + Graphene) and I need to return a JSON object like this: { 's1…

json python-3.x graphene-python