Skip to content

Pull requests: graphql-python/graphql-server

Author
Filter by author
Loading
Label
Filter by label
Loading
Use alt + click/return to exclude labels
or + click/return for logical OR
Projects
Filter by project
Loading
Milestones
Filter by milestone
Loading
Reviews
Assignee
Filter by who’s assigned
Assigned to nobody Loading
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
#55 by KingDarBoja was merged Jul 27, 2020 Loading… updated Jul 27, 2020 GraphQL-Server (V3)
chore: add GitHub Actions type: chore Changes to the build process or auxiliary tools and libraries such as documentation generation
#58 by KingDarBoja was merged Jul 23, 2020 Loading… updated Jul 23, 2020 GraphQL-Server (V3)
docs: add graphql-server logo type: documentation An issue or pull request for improving or updating the documentation
#57 by KingDarBoja was merged Jul 23, 2020 Loading… updated Jul 23, 2020 GraphQL-Server (V3)
Docs about integration with each framework type: documentation An issue or pull request for improving or updating the documentation
#54 by KingDarBoja was merged Jul 22, 2020 Loading… updated Jul 22, 2020 GraphQL-Server (V3)
Split parsing, validation and execution (#43) type: optimization A code change that improves performance type: tests Adding missing or correcting existing tests
#53 by Cito was merged Jul 11, 2020 Loading… updated Jul 12, 2020 GraphQL-Server (V3)
Run additional parse step only when necessary (#43) type: optimization A code change that improves performance
#51 by Cito was merged Jul 11, 2020 Loading… updated Jul 12, 2020 GraphQL-Server (V3)
Expose version number as __version__ type: maintenance An issue or pull request describing a change that isn't a bug, feature or documentation change
#50 by KingDarBoja was merged Jul 11, 2020 Loading… updated Jul 12, 2020 GraphQL-Server (V3)
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
#49 by KingDarBoja was merged Jul 11, 2020 Loading… updated Jul 12, 2020 GraphQL-Server (V3)
Merge webob-graphql type: feature A new feature
#45 by KingDarBoja was merged Jul 5, 2020 Loading… updated Jul 12, 2020 GraphQL-Server (V3)
Merge aiohttp-graphql type: feature A new feature
#42 by KingDarBoja was merged Jun 10, 2020 Loading… updated Jul 12, 2020 GraphQL-Server (V3)
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
#40 by jkimbo was merged May 10, 2020 Loading… updated Jul 12, 2020 GraphQL-Server (V3)
Return 200 errors type: bug An issue or pull request relating to a bug
#39 by jkimbo was merged May 10, 2020 Loading… updated Jul 12, 2020 GraphQL-Server (V3)
Merge sanic-graphql type: feature A new feature
#38 by KingDarBoja was merged Jun 6, 2020 Loading… updated Jul 12, 2020 GraphQL-Server (V3)
Merge flask-graphql type: feature A new feature
#37 by KingDarBoja was merged May 5, 2020 Loading… updated Jul 12, 2020 GraphQL-Server (V3)
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
#36 by KingDarBoja was merged Apr 12, 2020 Loading… updated Jul 12, 2020 GraphQL-Server (V3)
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
Merge typo fix
#30 by Cito was merged Dec 5, 2019 Loading… updated Dec 5, 2019
load typo
#26 by kelleyblackmore was merged Sep 25, 2019 Loading… updated Sep 25, 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.