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

Adds GraphQL support to your Flask application.

Results 44 flask-graphql issues
Sort by recently updated
recently updated
newest added

The embedded GraphiQL version (0.11.11) is extremely outdated. The newest version is now 2.0.1.

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.

Hello, We are using this library to add graphql support to our flask app. We used to have version 1.3.1 installed and the following view code was working correctly: ```...

I tried to use Graphene / Flask-Graphql today at work where I don't have internet access and ran into a problem with Graphiql requiring CDNs to work. I was able...

the interaction between this library, graphql-core, and promise appears to allow execution to hop threads especially (only?) when using a middleware and nested resolvers. this is inconsistent with flasks threading...

`json.dumps()` allows for a JSON encoder to be specified by the `cls` argument. This PR allows for a JSONEncoder to be passed through when constructing the GraphQLView object. Supporting this...

I would love to be able to use [Altair GraphQL Client](https://altair.sirmuel.design/) as a view like the GraphiQL view, especially since it provides several extra features than the normal graphiql (like...

Hi, wouldn't it make sense to have separate endpoints for GraphQL and GraphiQL? As per [README](https://github.com/graphql-python/flask-graphql#usage), there should be two endpoints (`/graphql` and `/graphiql`), however only `/graphql` gets exposed. Let's...