- Notifications
You must be signed in to change notification settings - Fork 70
Pull requests: graphql-python/graphql-server
Author
Label
Projects
Milestones
Reviews
Assignee
Sort
Pull requests list
Add graphiql options and missing flask context type: bug An issue or pull request relating to a bug type: feature A new feature
chore: add GitHub Actions type: chore Changes to the build process or auxiliary tools and libraries such as documentation generation
docs: add graphql-server logo type: documentation An issue or pull request for improving or updating the documentation
Docs about integration with each framework type: documentation An issue or pull request for improving or updating the documentation
Split parsing, validation and execution (#43) type: optimization A code change that improves performance type: tests Adding missing or correcting existing tests
Run additional parse step only when necessary (#43) type: optimization A code change that improves performance
Expose version number as __version__ type: maintenance An issue or pull request describing a change that isn't a bug, feature or documentation change
refactor: graphiql template shared across servers type: maintenance An issue or pull request describing a change that isn't a bug, feature or documentation change
Remove references to executor in Flask view type: maintenance An issue or pull request describing a change that isn't a bug, feature or documentation change
Migration to graphql-core-v3 type: chore Changes to the build process or auxiliary tools and libraries such as documentation generation type: maintenance An issue or pull request describing a change that isn't a bug, feature or documentation change
Contributing docs and refactor dev packages type: chore Changes to the build process or auxiliary tools and libraries such as documentation generation type: documentation An issue or pull request for improving or updating the documentation
#35 by KingDarBoja was merged Mar 16, 2020 Loading… updated May 10, 2020
2 tasks done
Use graphql-core-next instead of graphql-core + support async
#17 by norman-thomas was closed Apr 12, 2020 Loading… updated Apr 12, 2020
Update Tox, Add MyPy, .pre-commit configurations
#18 by ProjectCheshire was closed Mar 16, 2020 Loading… updated Mar 16, 2020
Don't use executor in run_http_query when return_promise=True
#33 by blazewicz was merged Jan 23, 2020 Loading… updated Jan 23, 2020
Fix execution with return_promise=True
#6 by ksonj was closed Jan 23, 2020 Loading… updated Jan 23, 2020
ABCs should be imported from collections.abc
#16 by Cito was closed Dec 5, 2019 Loading… updated Dec 5, 2019
Update setup.cfg [pytest] -> [tool:pytest]
#22 by lennart-k was closed Dec 5, 2019 Loading… updated Dec 5, 2019
Use Executor for getting responses
#13 by lucasrcosta was merged Aug 28, 2019 Loading… updated Aug 28, 2019
ProTip! Exclude everything labeled
bug with -label:bug.