graphql-server icon indicating copy to clipboard operation
graphql-server copied to clipboard

This is the core package for using GraphQL in a custom server easily

Results 30 graphql-server issues
Sort by recently updated
recently updated
newest added

Hi, It would be great for development purpose to include exception stack traces to graphql errors returned by `graphql-server.flask` when it catches an exception during the execution of a request....

Hello, I want to essentially just ask if there are plans to update Flask to version 2? The reason I ask this is because due to requirements, this library is...

After installation ```bash pip install graphql-server[aiohttp] ``` with output ```bash ... Successfully installed graphql-core-3.2.0 graphql-server-3.0.0b5 typing-extensions-4.0.1 ``` then attempt to import ``` from graphql_server.aiohttp import GraphQLView ``` gives ``` Traceback...

I am using Graphene with the Flask graphql integration. Graphql core supports an argument in its `execute()` function called `execution_context_class`, among other things as well. I would like to pass...

good first issue
type: feature

Currently, this library requires flask

This PR pins a couple of depedencies in order to avoid import errors due to interface changes in those dependencies (they're mostly, dependencies of dependencies) * `MarkupSafe (https://github.com/pallets/jinja/issues/1585) * `wsproto

An example diff that explains how to make your code Graphene v3 compatible is helpful here.

Resolves #65 This takes the approach that no one should already have an event loop and makes one and runs it in context. This is also only python 3.7+ supported...

type: feature

Proposed PR for issue posted in https://github.com/graphql-python/graphql-server/issues/76 Did a quick test and this works in my local environment if this looks like something that makes sense, I can work on...

relax flask version. we have been running it with flask 2.X with no issue.