graphql-server
graphql-server copied to clipboard
This is the core package for using GraphQL in a custom server easily
Issue to track v3 release: # TODO * [x] Upgrade to graphql-core v3 * [x] Merge separate server integration packages into repo (#34 ) * [x] Rename package and github...
Starlette has recently deprecated GraphQL support (see [#619](https://github.com/encode/starlette/issues/619) which affects FastAPI
Related to #77. Currently the `execute()` method from graphql-core provides several keyword arguments to be passed on, which aren't included at all on such GraphQLView class methods. These can be...
[GraphQL-Core](https://github.com/graphql-python/graphql-core) does make use of [Poetry](https://python-poetry.org/) to manage package dependencies plus enabling the setup of [dependabot](https://dependabot.com/python/) for keeping dependencies up to date.
With the death of promises, https://github.com/syrusakbary/aiodataloader is the current only implementation of dataloaders that I can find. To use this in a synchronous framework like flask, you need to have...
Work in progress to provide sphinx docs on graphql-server.
Followup of https://github.com/graphql-python/graphql-server-core/pull/54#discussion_r453285545 > There is an open issue on graphene-django to allow the view to detect if a request is a batch request instead of having to define a...
This is a follow up of @jkimbo suggestion at [this comment](https://github.com/graphql-python/graphql-server-core/pull/38#discussion_r422534854) regarding consolidation of all these GraphiqQL assets into a shared template and also bring **offline support** as requested at...
We should create a version that uses graphql-core-next instead of graphql-core. @norman-thomas has already created PR #17 for this and I have also created a [private branch](https://github.com/Cito/graphql-server-core/tree/use-core-next) for this. Since...
In `graphene-tornado`, we've added support for [extensions](https://github.com/graphql-python/graphene-tornado#extensions) similar to Apollo Server. These extensions provide the capability to do things like add [Apollo Tracing](https://github.com/graphql-python/graphene-tornado/tree/graphql-extensions-tracing) or distributed tracing to requests. This capability...