issues Search Results · repo:graphql-python/flask-graphql language:Python
Filter by
54 results
(62 ms)54 results
ingraphql-python/flask-graphql (press backspace or delete to remove)Unable to import this library into my project. I always get an ImportError even if I create a new project with only one
import.
My code api.py
from http.client import HTTPException
from multiprocessing ...
r-annicet
- 2
- Opened on Jan 4, 2023
- #92
After python 3.9 collections migrate MutableMapping from collections to collections.abc which causes an import error in
this library. I am currently running 3.11 and get the following error message: image ...
wes-public-apps
- 1
- Opened on Aug 16, 2022
- #90
Attempting a pip install flask_graphql ends up with a dependency conflict.
Logs
ERROR: pip s dependency resolver does not currently take into account all the packages that are installed. This behaviour ...
leeyspaul
- 2
- Opened on Jun 14, 2022
- #89
It seems like upgrading graphene to v3 has broken the compatibility of flask-graphql. Here is the traceback:
File C:\Users\Admin\.conda\envs\pnd-graphene-3\lib\site-packages\flask\cli.py , line 240, ...
thaonc97
- 1
- Opened on Nov 15, 2021
- #87
I want to access query/mutation names from views so I can add the name to the logging system. How can I access it?
hfiratarikan
- Opened on Jul 13, 2021
- #86
I have Flask-GraphQL==2.0.1 installed and inside Chrome it is requiring dependencies like
http://cdn.jsdelivr.net/npm/graphiql@0.11.11/graphiql.min.js note: currently the latest version in jsdelivr is ...
qinst64
- 2
- Opened on Nov 16, 2020
- #85
With Django and Graphene users can do the following to exempt the graphql endpoint from CSRF authentication.
urlpatterns = [
path( admin/ , admin.site.urls),
path( graphql , csrf_exempt(GraphQLView.as_view(graphiql=True, ...
KrishyV
- 1
- Opened on Sep 18, 2020
- #84
Cannot find much information about this and struggling to debug myself:
AttributeError: dict object has no attribute decode
Error appears when accessing the graphql IDE with a minimal setup:
class ...
vallode
- 1
- Opened on Sep 14, 2020
- #83
A headers bar/tab can be added in the interface to support authentication tokens and other header functionality.
Currently, other external third-party clients like Insomnia have to be downloaded.
ShivanshJ
- 9
- Opened on Jun 27, 2020
- #80
Can someone share the recommended way to create an update mutation? I only saw examples on mutations that create new
objects, not update existing ones.
himat
- Opened on Jun 1, 2020
- #79

Learn how you can use GitHub Issues to plan and track your work.
Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub IssuesProTip!
Restrict your search to the title by using the in:title qualifier.
Learn how you can use GitHub Issues to plan and track your work.
Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub IssuesProTip!
Press the /
key to activate the search input again and adjust your query.